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

123

/freebsd-11-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-11-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-11-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-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp78 const CompoundLiteralExpr *CL = CR->getLiteralExpr(); local
81 << SM.getExpansionLineNumber(CL->getBeginLoc()) << " returned to caller";
82 range = CL->getSourceRange();
/freebsd-11-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-11-stable/usr.bin/tip/tip/
H A Dremote.c205 if (cgetnum(bp, "cl", &CL) == -1)
206 CL = 0;
H A Dvars.c105 "cdelay", (char *)&CL },
H A Dtip.h93 EXTERN long CL; /* char delay for file transfers to remote */ variable
/freebsd-11-stable/stand/efi/libefi/
H A Defi_console.c49 static void CL(int);
220 CL(0); /* clear current line from cursor to end */
223 CL(0);
255 CL(int direction) function
/freebsd-11-stable/contrib/apr-util/test/
H A DMakefile.win81 CL = cl.exe
124 $(CL) $(CFLAGS) -c $< -Fd$(INTDIR)\ $(INCLUDES)
/freebsd-11-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.h875 const CompoundLiteralExpr *CL; member in class:clang::ento::CompoundLiteralRegion
879 : TypedValueRegion(sReg, CompoundLiteralRegionKind), CL(cl) {
886 const CompoundLiteralExpr *CL,
890 QualType getValueType() const override { return CL->getType(); }
892 bool isBoundable() const override { return !CL->isFileScope(); }
898 const CompoundLiteralExpr *getLiteralExpr() const { return CL; }
1305 getCompoundLiteralRegion(const CompoundLiteralExpr *CL,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp506 SDValue LL, LH, RL, RH, CL, CH; local
512 CL = CH = Cond;
515 std::tie(CL, CH) = DAG.SplitVector(Res->getOperand(0), dl);
520 GetSplitVector(Cond, CL, CH);
531 std::tie(CL, CH) = DAG.SplitVector(Cond, dl);
533 SplitVecRes_SETCC(Cond.getNode(), CL, CH);
535 std::tie(CL, CH) = DAG.SplitVector(Cond, dl);
538 Lo = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), CL, LL, RL);
/freebsd-11-stable/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.h186 ISO_RRIP_CLINK CL; member in union:__anon8778
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp90 {codeview::RegisterId::CL, X86::CL},
619 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
631 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
632 return X86::CL;
668 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
704 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
740 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
/freebsd-11-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.cpp279 CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion);
283 const CompoundLiteralExpr *CL,
286 ID.AddPointer(CL);
483 os << "{ S" << CL->getID(getContext()) << " }";
973 MemRegionManager::getCompoundLiteralRegion(const CompoundLiteralExpr *CL, argument
977 if (CL->isFileScope())
985 return getSubRegion<CompoundLiteralRegion>(CL, sReg);
282 ProfileRegion(llvm::FoldingSetNodeID& ID, const CompoundLiteralExpr *CL, const MemRegion* superRegion) argument
/freebsd-11-stable/libexec/getty/
H A Dmain.c307 if (CL && *CL)
308 putpad(CL);
H A Dgettytab.h61 #define CL gettystrs[1].value macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddffma.S23 #define CL r4 define
238 #undef CL
509 #define CL r4 define
/freebsd-11-stable/contrib/binutils/opcodes/
H A Di386-dis.c278 #define CL { OP_IMREG, cl_reg } macro
1096 { "shldS", { Ev, Gv, CL } },
1105 { "shrdS", { Ev, Gv, CL } },
1631 { "rolA", { Eb, CL } },
1632 { "rorA", { Eb, CL } },
1633 { "rclA", { Eb, CL } },
1634 { "rcrA", { Eb, CL } },
1635 { "shlA", { Eb, CL } },
1636 { "shrA", { Eb, CL } },
1638 { "sarA", { Eb, CL } },
[all...]
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpkt_rx1.s77 ; and _pktRxBuf[n].secondCount, and CL on first call in
/freebsd-11-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 },
1399 case CL:
/freebsd-11-stable/sys/amd64/amd64/
H A Ddb_disasm.c80 #define CL 12 /* cl, for shifts */ macro
399 /*a5*/ { "shld", TRUE, LONG, op3(CL,R,E), 0 },
408 /*ad*/ { "shrd", TRUE, LONG, op3(CL,R,E), 0 },
901 /*d2*/ { "", TRUE, BYTE, op2(CL, E), db_Grp2 },
902 /*d3*/ { "", TRUE, LONG, op2(CL, E), db_Grp2 },
1612 case CL:

Completed in 226 milliseconds

123