Searched defs:CL (Results 1 - 25 of 25) sorted by path

/external/cblas/testing/
H A Dc_cblat3.f2462 COMPLEX CL local in subroutine:CMMCH
2471 ABS1( CL ) = ABS( REAL( CL ) ) + ABS( AIMAG( CL ) )
H A Dc_zblat3.f2464 COMPLEX*16 CL local in subroutine:ZMMCH
2473 ABS1( CL ) = ABS( DBLE( CL ) ) + ABS( DIMAG( CL ) )
/external/clang/include/clang/AST/
H A DOpenMPClause.h1710 void setColonLoc(SourceLocation CL) { ColonLoc = CL; } argument
3013 auto CL = M.second; local
3019 *DNLI = CL.size();
3024 for (auto C : CL) {
H A DStmt.h753 DefaultStmt(SourceLocation DL, SourceLocation CL, Stmt *substmt) : argument
754 SwitchCase(DefaultStmtClass, DL, CL), SubStmt(substmt) {}
1305 ContinueStmt(SourceLocation CL) : Stmt(ContinueStmtClass), ContinueLoc(CL) {} argument
/external/clang/include/clang/Sema/
H A DDeclSpec.h2231 void setCommaLoc(SourceLocation CL) { CommaLoc = CL; } argument
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h812 const CompoundLiteralExpr *CL; member in class:clang::ento::CompoundLiteralRegion
815 : TypedValueRegion(sReg, CompoundLiteralRegionKind), CL(cl) {}
818 const CompoundLiteralExpr *CL,
822 return CL->getType();
825 bool isBoundable() const override { return !CL->isFileScope(); }
831 const CompoundLiteralExpr *getLiteralExpr() const { return CL; }
1183 getCompoundLiteralRegion(const CompoundLiteralExpr *CL,
H A DStore.h91 Loc getLValueCompoundLiteral(const CompoundLiteralExpr *CL, argument
93 return loc::MemRegionVal(MRMgr.getCompoundLiteralRegion(CL, LC));
/external/clang/lib/AST/
H A DStmtCXX.cpp56 SourceLocation CAL, SourceLocation CL,
58 : Stmt(CXXForRangeStmtClass), ForLoc(FL), CoawaitLoc(CAL), ColonLoc(CL),
52 CXXForRangeStmt(DeclStmt *Range, DeclStmt *BeginStmt, DeclStmt *EndStmt, Expr *Cond, Expr *Inc, DeclStmt *LoopVar, Stmt *Body, SourceLocation FL, SourceLocation CAL, SourceLocation CL, SourceLocation RPL) argument
/external/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp2277 Address CL = local
2285 CL.getPointer(), // void *<copyprivate list>
/external/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp55 const CompoundLiteralExpr *CL = CR->getLiteralExpr(); local
58 << SM.getExpansionLineNumber(CL->getLocStart())
60 range = CL->getSourceRange();
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp443 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL, argument
451 const Expr *Init = CL->getInitializer();
452 SVal V = State->getSVal(CL->getInitializer(), LCtx);
458 Loc CLLoc = State->getLValue(CL, LCtx);
469 if (CL->isGLValue() || CL->getType()->isArrayType())
473 B.generateNode(CL, Pred, State->BindExpr(CL, LCtx, V));
H A DMemRegion.cpp288 CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion);
292 const CompoundLiteralExpr *CL,
295 ID.AddPointer(CL);
477 os << "{ " << static_cast<const void*>(CL) << " }";
945 MemRegionManager::getCompoundLiteralRegion(const CompoundLiteralExpr *CL, argument
949 if (CL->isFileScope())
957 return getSubRegion<CompoundLiteralRegion>(CL, sReg);
291 ProfileRegion(llvm::FoldingSetNodeID& ID, const CompoundLiteralExpr *CL, const MemRegion* superRegion) argument
/external/clang/test/CodeGenCXX/
H A Dcp-blocks-linetables.cpp32 myblock CL = ^(enum numbers z) local
56 enum numbers res = (enum numbers)test(CL);
/external/eigen/blas/testing/
H A Dcblat3.f3083 COMPLEX CL local in subroutine:CMMCH
3092 ABS1( CL ) = ABS( REAL( CL ) ) + ABS( AIMAG( CL ) )
H A Dzblat3.f3091 COMPLEX*16 CL local in subroutine:ZMMCH
3100 ABS1( CL ) = ABS( DBLE( CL ) ) + ABS( DIMAG( CL ) )
/external/guice/lib/build/
H A Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd OSGI-OPT/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
H A DRegionCode.java38 static final String CL = "CL"; field in class:RegionCode
/external/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h480 CL = 2, member in class:llvm::codeview::CallingConvention::ClassOptions::FrameProcedureOptions::FunctionOptions::HfaKind::MemberAccess::MethodKind::MethodOptions::ModifierOptions::PointerKind::PointerMode::PointerOptions::PointerToMemberRepresentation::VFTableSlotKind::WindowsRTClassKind::ExportFlags::RegisterId
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp525 SDValue LL, LH, RL, RH, CL, CH; local
531 CL = CH = Cond;
536 GetSplitVector(Cond, CL, CH);
538 std::tie(CL, CH) = DAG.SplitVector(Cond, dl);
541 Lo = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), CL, LL, RL);
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp5317 SectionRef CL = get_section(O, "__OBJC2", "__class_list"); local
5318 if (CL == SectionRef())
5319 CL = get_section(O, "__DATA", "__objc_classlist");
5320 info.S = CL;
5321 walk_pointer_list_64("class", CL, O, &info, print_class64_t);
5389 const SectionRef CL = get_section(O, "__OBJC2", "__class_list"); local
5390 if (CL != SectionRef()) {
5391 info.S = CL;
5392 walk_pointer_list_32("class", CL, O, &info, print_class32_t);
5394 const SectionRef CL local
[all...]
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h101 #define CL cl macro
163 #define CL %cl macro
649 #define SHLD2_L(a,b) CHOICE(shldl ARG2(a,b), shldl ARG3(CL,a,b), _LTOG shld ARG3(b,a,CL))
651 #define SHLD2_W(a,b) CHOICE(shldw ARG2(a,b), shldw ARG3(CL,a,b), _WTOG shld ARG3(b,a,CL))
656 #define SHRD2_L(a,b) CHOICE(shrdl ARG2(a,b), shrdl ARG3(CL,a,b), _LTOG shrd ARG3(b,a,CL))
658 #define SHRD2_W(a,b) CHOICE(shrdw ARG2(a,b), shrdw ARG3(CL,a,b), _WTOG shrd ARG3(b,a,CL))
[all...]
/external/regex-re2/lib/codereview/
H A Dcodereview.py139 # CL description or author field, no matter how many conversions
203 class CL(object): class in inherits:object
314 set_status("uploading CL metadata + diffs")
332 # new CL's overall subject. So omit the diffs when creating
334 # This has the effect that every CL begins with an empty "Patch set 1".
350 # First upload sets the subject for the CL itself.
365 set_status("uploaded CL metadata + diffs")
445 cl = CL(name)
505 # Load CL from disk and/or the web.
508 set_status("loading CL "
[all...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp442 SDValue LL, LH, RL, RH, CL, CH; local
448 CL = CH = Cond;
454 CL = DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, VCondTy, Cond,
460 Lo = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), CL, LL, RL);
/external/testng/src/test/java/test/listeners/
H A DConfigurationListenerTest.java13 static public class CL implements IConfigurationListener2 { class in class:ConfigurationListenerTest
41 CL listener = new CL();
42 CL.m_status = 0;
46 Assert.assertEquals(CL.m_status, expected);

Completed in 1362 milliseconds