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

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp570 void Module::setCodeModel(CodeModel::Model CL) {
575 addModuleFlag(ModFlagBehavior::Error, "Code Model", CL);
/freebsd-13-stable/sys/i386/i386/
H A Dbpf_jit_machdep.h61 #define CL 1 macro
/freebsd-13-stable/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c188 t->attr.rr_entry.CL.dir_loc);
439 /* First handle the CL for the placeholder file. */
442 SUSP_ENTRY_RRIP_CL, "CL", SUSP_LOC_ENTRY);
494 p->attr.rr_entry.CL.h.length[0] = 12;
495 p->attr.rr_entry.CL.h.version[0] = 1;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h303 void VisitCharacterLiteral(const CharacterLiteral *CL);
H A DStmtCXX.h149 SourceLocation CL, SourceLocation RPL);
H A DOpenMPClause.h367 void setColonLoc(SourceLocation CL) { ColonLoc = CL; } argument
2779 void setColonLoc(SourceLocation CL) { ColonLoc = CL; } argument
3099 void setColonLoc(SourceLocation CL) { ColonLoc = CL; } argument
3330 void setColonLoc(SourceLocation CL) { ColonLoc = CL; } argument
5016 auto CL = M.second; local
5022 *DNLI = CL
[all...]
H A DStmt.h1692 DefaultStmt(SourceLocation DL, SourceLocation CL, Stmt *substmt) argument
1693 : SwitchCase(DefaultStmtClass, DL, CL), SubStmt(substmt) {}
2612 ContinueStmt(SourceLocation CL) : Stmt(ContinueStmtClass) { argument
2613 setContinueLoc(CL);
/freebsd-13-stable/sys/amd64/amd64/
H A Dbpf_jit_machdep.h86 #define CL 1 macro
/freebsd-13-stable/contrib/libpcap/msdos/
H A Dpkt_rx0.asm122 ; and _pktRxBuf[n].secondCount, and CL on first call in
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h846 void setCodeModel(CodeModel::Model CL);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h77 ENTRY(CL) \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2964 for (const MachineLoop *CL : *Loop) {
2965 OS.indent(CL->getLoopDepth()*2)
2967 << CL->getHeader()->getNumber() << " Depth " << CL->getLoopDepth()
2969 PrintChildLoopComment(OS, CL, FunctionNumber);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1480 expandRXYPseudo(MI, SystemZ::CL, SystemZ::CLHF);
1724 case SystemZ::CL:
1814 case SystemZ::CL:
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2547 void setCommaLoc(SourceLocation CL) { CommaLoc = CL; }
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1404 void JSONNodeDumper::VisitCharacterLiteral(const CharacterLiteral *CL) { argument
1409 JOS.attribute("value", CL->getValue());
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp6120 SectionRef CL = get_section(O, "__OBJC2", "__class_list"); local
6121 if (CL == SectionRef())
6122 CL = get_section(O, "__DATA", "__objc_classlist");
6123 if (CL == SectionRef())
6124 CL = get_section(O, "__DATA_CONST", "__objc_classlist");
6125 if (CL == SectionRef())
6126 CL = get_section(O, "__DATA_DIRTY", "__objc_classlist");
6127 info.S = CL;
6128 walk_pointer_list_64("class", CL, O, &info, print_class64_t);
6202 SectionRef CL local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h481 void VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL,
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp1395 if (const CharacterLiteral *CL = dyn_cast<CharacterLiteral>(E))
1396 return CL->getValue() == 0;
H A DCGOpenMPRuntime.cpp2412 Address CL = local
2420 CL.getPointer(), // void *<copyprivate list>
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp1776 CReg = X86::CL;
1827 // The shift instruction uses X86::CL. If we defined a super-register
1828 // of X86::CL, emit a subreg KILL to precisely describe what we're doing here.
1829 if (CReg != X86::CL)
1831 TII.get(TargetOpcode::KILL), X86::CL)
/freebsd-13-stable/sys/contrib/edk2/Include/Library/
H A DBaseLib.h5554 UINT8 CL; member in struct:__anon9468
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp8348 } else if (const CharacterLiteral *CL = dyn_cast<CharacterLiteral>(E)) {
8353 if (llvm::isUIntN(S.Context.getCharWidth(), CL->getValue()))
10030 if (CallExpr* CL = dyn_cast<CallExpr>(LeftExprSansParen))
10031 if (CL->getBuiltinCallee())
H A DSemaExpr.cpp11386 if (const auto *CL = dyn_cast<CharacterLiteral>(E.get())) {
11387 if (CL->getValue() == 0)

Completed in 711 milliseconds

12