Searched refs:CL (Results 1 - 25 of 48) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclOpenMP.cpp63 ArrayRef<OMPClause *> CL) {
65 C, DC, additionalSizeToAlloc<Expr *, OMPClause *>(VL.size(), CL.size()))
69 D->NumClauses = CL.size();
70 D->setClauses(CL);
91 void OMPAllocateDecl::setClauses(ArrayRef<OMPClause *> CL) { argument
92 assert(CL.size() == NumClauses &&
94 std::uninitialized_copy(CL.begin(), CL.end(),
106 ArrayRef<OMPClause *> CL) {
108 new (C, DC, additionalSizeToAlloc<OMPClause *>(CL
61 Create(ASTContext &C, DeclContext *DC, SourceLocation L, ArrayRef<Expr *> VL, ArrayRef<OMPClause *> CL) argument
104 Create(ASTContext &C, DeclContext *DC, SourceLocation L, ArrayRef<OMPClause *> CL) argument
123 setClauses(ArrayRef<OMPClause *> CL) argument
201 CreateClauses(ASTContext &C, ArrayRef<OMPClause *> CL) argument
212 setClauses(ArrayRef<OMPClause *> CL) argument
[all...]
H A DStmtCXX.cpp51 SourceLocation CAL, SourceLocation CL,
53 : Stmt(CXXForRangeStmtClass), ForLoc(FL), CoawaitLoc(CAL), ColonLoc(CL),
47 CXXForRangeStmt(Stmt *Init, DeclStmt *Range, DeclStmt *BeginStmt, DeclStmt *EndStmt, Expr *Cond, Expr *Inc, DeclStmt *LoopVar, Stmt *Body, SourceLocation FL, SourceLocation CAL, SourceLocation CL, SourceLocation RPL) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorLexer.h174 void setConditionalLevels(ArrayRef<PPConditionalInfo> CL) { argument
176 ConditionalStack.append(CL.begin(), CL.end());
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_clock_gettime.c92 #define CL(x) \ macro
100 CL(clock_gettime(CLOCK_REALTIME, &tsa));
103 CL(time(&endlimit));
109 CL(clock_gettime(CLOCK_REALTIME, &tsb));
148 #undef CL macro
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp79 const CompoundLiteralExpr *CL = CR->getLiteralExpr(); local
82 << SM.getExpansionLineNumber(CL->getBeginLoc()) << " returned to caller";
83 range = CL->getSourceRange();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclOpenMP.h245 void setClauses(ArrayRef<OMPClause *> CL);
259 void CreateClauses(ASTContext &C, ArrayRef<OMPClause *> CL);
372 void setClauses(ArrayRef<OMPClause *> CL);
377 SourceLocation L, ArrayRef<OMPClause *> CL);
467 void setClauses(ArrayRef<OMPClause *> CL);
472 ArrayRef<OMPClause *> CL);
/freebsd-13-stable/usr.bin/tip/tip/
H A Dremote.c207 if (cgetnum(bp, "cl", &CL) == -1)
208 CL = 0;
H A Dvars.c107 "cdelay", (char *)&CL },
H A Dtip.h95 EXTERN long CL; /* char delay for file transfers to remote */ variable
/freebsd-13-stable/contrib/apr-util/test/
H A DMakefile.win81 CL = cl.exe
124 $(CL) $(CFLAGS) -c $< -Fd$(INTDIR)\ $(INCLUDES)
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h138 Loc getLValueCompoundLiteral(const CompoundLiteralExpr *CL, argument
140 return loc::MemRegionVal(MRMgr.getCompoundLiteralRegion(CL, LC));
H A DMemRegion.h861 const CompoundLiteralExpr *CL; member in class:clang::ento::CompoundLiteralRegion
865 : TypedValueRegion(sReg, CompoundLiteralRegionKind), CL(cl) {
872 const CompoundLiteralExpr *CL,
876 QualType getValueType() const override { return CL->getType(); }
878 bool isBoundable() const override { return !CL->isFileScope(); }
884 const CompoundLiteralExpr *getLiteralExpr() const { return CL; }
1369 getCompoundLiteralRegion(const CompoundLiteralExpr *CL,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp509 SDValue LL, LH, RL, RH, CL, CH; local
515 CL = CH = Cond;
518 std::tie(CL, CH) = DAG.SplitVector(Res->getOperand(0), dl);
523 GetSplitVector(Cond, CL, CH);
534 std::tie(CL, CH) = DAG.SplitVector(Cond, dl);
536 SplitVecRes_SETCC(Cond.getNode(), CL, CH);
538 std::tie(CL, CH) = DAG.SplitVector(Cond, dl);
541 Lo = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), CL, LL, RL);
/freebsd-13-stable/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.h186 ISO_RRIP_CLINK CL; member in union:__anon16565
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp86 {codeview::RegisterId::CL, X86::CL},
630 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
642 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
643 return X86::CL;
679 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
715 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
751 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp549 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL, argument
557 const Expr *Init = CL->getInitializer();
558 SVal V = State->getSVal(CL->getInitializer(), LCtx);
564 Loc CLLoc = State->getLValue(CL, LCtx);
567 if (CL->isGLValue())
571 B.generateNode(CL, Pred, State->BindExpr(CL, LCtx, V));
H A DMemRegion.cpp254 CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion);
258 const CompoundLiteralExpr *CL,
261 ID.AddPointer(CL);
477 os << "{ S" << CL->getID(getContext()) << " }";
1086 MemRegionManager::getCompoundLiteralRegion(const CompoundLiteralExpr *CL, argument
1090 if (CL->isFileScope())
1098 return getSubRegion<CompoundLiteralRegion>(CL, sReg);
257 ProfileRegion(llvm::FoldingSetNodeID& ID, const CompoundLiteralExpr *CL, const MemRegion* superRegion) argument
/freebsd-13-stable/libexec/getty/
H A Dmain.c308 if (CL && *CL)
309 putpad(CL);
H A Dgettytab.h63 #define CL gettystrs[1].value macro
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddffma.S23 #define CL r4 define
236 #undef CL
507 #define CL r4 define
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp544 #define HANDLE_BOOL_ATTR(CL, AttrName) \
546 if (CL->getNumOccurrences() > 0 && !F.hasFnAttribute(AttrName)) \
547 renderBoolStringAttr(NewAttrs, AttrName, *CL); \
/freebsd-13-stable/contrib/libpcap/msdos/
H A Dpkt_rx1.s77 ; and _pktRxBuf[n].secondCount, and CL on first call in
/freebsd-13-stable/stand/efi/libefi/
H A Defi_console.c62 static void CL(int);
634 CL(0); /* clear current line from cursor to end */
637 CL(0);
669 CL(int direction) function
/freebsd-13-stable/sys/i386/i386/
H A Ddb_disasm.c67 #define CL 12 /* cl, for shifts */ macro
325 /*a5*/ { "shld", TRUE, LONG, op3(CL,R,E), 0 },
334 /*ad*/ { "shrd", TRUE, LONG, op3(CL,R,E), 0 },
816 /*d2*/ { "", TRUE, BYTE, op2(CL, E), db_Grp2 },
817 /*d3*/ { "", TRUE, LONG, op2(CL, E), db_Grp2 },
1404 case CL:
/freebsd-13-stable/sys/amd64/amd64/
H A Ddb_disasm.c80 #define CL 12 /* cl, for shifts */ macro
419 /*a5*/ { "shld", TRUE, LONG, op3(CL,R,E), 0 },
428 /*ad*/ { "shrd", TRUE, LONG, op3(CL,R,E), 0 },
921 /*d2*/ { "", TRUE, BYTE, op2(CL, E), db_Grp2 },
922 /*d3*/ { "", TRUE, LONG, op2(CL, E), db_Grp2 },
1642 case CL:

Completed in 270 milliseconds

12