| /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| AnalysisManager.h | 133 SourceLocation IL = SM.getIncludeLoc(SM.getFileID(SL)); 134 if (!IL.isValid() || !SM.isInMainFile(IL)) 138 if (SM.getFilename(IL).contains("UnifiedSource")) {
|
| /src/sys/arch/hppa/hppa/ |
| lock_stubs.S | 215 #define IL \ 222 IL IL IL IL IL IL IL IL
|
| /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/ |
| Interpreter.cpp | 63 IL = new IntrinsicLowering(getDataLayout()); 67 delete IL;
|
| Interpreter.h | 76 IntrinsicLowering *IL;
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| CStringSyntaxChecker.cpp | 67 if (const auto *IL = dyn_cast<IntegerLiteral>(E)) 68 return (IL->getValue().isIntN(1)); 181 if (const auto *IL = dyn_cast<IntegerLiteral>(LenArg->IgnoreParenImpCasts())) { 182 uint64_t ILRawVal = IL->getValue().getZExtValue(); 192 if ((IL = dyn_cast<IntegerLiteral>(BE->getRHS()->IgnoreParenImpCasts()))) { 193 DstOff = IL->getValue().getZExtValue();
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| SmallPtrSet.h | 398 void insert(std::initializer_list<PtrType> IL) { 399 insert(IL.begin(), IL.end()); 473 SmallPtrSet(std::initializer_list<PtrType> IL) 475 this->insert(IL.begin(), IL.end()); 493 operator=(std::initializer_list<PtrType> IL) { 495 this->insert(IL.begin(), IL.end());
|
| TinyPtrVector.h | 114 TinyPtrVector(std::initializer_list<EltTy> IL) 115 : Val(IL.size() == 0 117 : IL.size() == 1 ? PtrUnion(*IL.begin()) 118 : PtrUnion(new VecTy(IL.begin(), IL.end()))) {}
|
| SmallVector.h | 663 void append(std::initializer_list<T> IL) { 664 append(IL.begin(), IL.end()); 698 void assign(std::initializer_list<T> IL) { 700 append(IL); 904 void insert(iterator I, std::initializer_list<T> IL) { 905 insert(I, IL.begin(), IL.end()); 1197 SmallVector(std::initializer_list<T> IL) : SmallVectorImpl<T>(N) { 1198 this->assign(IL); [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Support/ |
| BumpVector.h | 215 for (T *I = E + D - 1, *IL = S + D - 1; I != IL; --I) {
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| Format.h | 228 FormattedBytes(ArrayRef<uint8_t> B, uint32_t IL, Optional<uint64_t> O, 230 : Bytes(B), FirstByteOffset(O), IndentLevel(IL), NumPerLine(NPL),
|
| /src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/proto-to-cxx/ |
| loop_proto_to_cxx.cpp | 127 InnerLoop IL;
|
| /src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/proto-to-llvm/ |
| loop_proto_to_llvm.cpp | 155 InnerLoop IL;
|
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| StmtOpenMP.cpp | 306 Dir->setIsLastIterVariable(Exprs.IL); 373 Dir->setIsLastIterVariable(Exprs.IL); 503 Dir->setIsLastIterVariable(Exprs.IL); 548 Dir->setIsLastIterVariable(Exprs.IL); 841 Dir->setIsLastIterVariable(Exprs.IL); 945 Dir->setIsLastIterVariable(Exprs.IL); 990 Dir->setIsLastIterVariable(Exprs.IL); 1033 Dir->setIsLastIterVariable(Exprs.IL); 1078 Dir->setIsLastIterVariable(Exprs.IL); 1122 Dir->setIsLastIterVariable(Exprs.IL); [all...] |
| OpenMPClause.cpp | 540 void OMPLinearClause::setInits(ArrayRef<Expr *> IL) { 541 assert(IL.size() == varlist_size() && 543 std::copy(IL.begin(), IL.end(), getPrivates().end()); 569 ArrayRef<Expr *> PL, ArrayRef<Expr *> IL, Expr *Step, Expr *CalcStep, 579 Clause->setInits(IL);
|
| Stmt.cpp | 909 IfStmt::IfStmt(const ASTContext &Ctx, SourceLocation IL, bool IsConstexpr, 931 setIfLoc(IL); 943 IfStmt *IfStmt::Create(const ASTContext &Ctx, SourceLocation IL, 955 IfStmt(Ctx, IL, IsConstexpr, Init, Var, Cond, LPL, RPL, Then, EL, Else);
|
| JSONNodeDumper.cpp | 1406 void JSONNodeDumper::VisitIntegerLiteral(const IntegerLiteral *IL) { 1408 IL->getValue().toString( 1409 /*Radix=*/10, IL->getType()->isSignedIntegerType()));
|
| /src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| InstrInfoEmitter.cpp | 734 unsigned &IL = EmittedLists[Uses]; 735 if (!IL) PrintDefList(Uses, IL = ++ListNumber, OS); 739 unsigned &IL = EmittedLists[Defs]; 740 if (!IL) PrintDefList(Defs, IL = ++ListNumber, OS);
|
| /src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| SourceLocation.h | 313 SourceLocation IL) 314 : Filename(FN), ID(FID), Line(Ln), Col(Co), IncludeLoc(IL) {}
|
| /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| CodeViewYAMLDebugSections.cpp | 625 for (const auto &IL : Lines) { 627 auto ExpF = getFileName(Strings, Checksums, IL.Header->FileID); 631 Site.Inlinee = IL.Header->Inlinee.getIndex(); 632 Site.SourceLineNum = IL.Header->SourceLineNum; 634 for (const auto EF : IL.ExtraFiles) {
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CGOpenMPRuntime.h | 1147 Address IL = Address::invalid(); 1160 StaticRTInput(unsigned IVSize, bool IVSigned, bool Ordered, Address IL, 1163 : IVSize(IVSize), IVSigned(IVSigned), Ordered(Ordered), IL(IL), LB(LB), 1225 /// \param IL Address of the output variable in which the flag of the 1235 Address IL, Address LB, 2122 /// \param IL Address of the output variable in which the flag of the 2131 unsigned IVSize, bool IVSigned, Address IL,
|
| CGStmtOpenMP.cpp | 2618 RT.emitForNext(*this, S.getBeginLoc(), IVSize, IVSigned, LoopArgs.IL, 2781 IVSize, IVSigned, Ordered, LoopArgs.IL, LoopArgs.LB, LoopArgs.UB, 2797 LoopArgs.IL, LoopArgs.Chunk, LoopArgs.EUB); 2827 IVSize, IVSigned, /* Ordered = */ false, LoopArgs.IL, LoopArgs.LB, 2846 OuterLoopArgs.IL = LoopArgs.IL; 3104 LValue IL = 3188 [IVSize, IVSigned, Ordered, IL, LB, UB, ST, StaticChunkedOne, Chunk, 3197 IVSize, IVSigned, Ordered, IL.getAddress(CGF), 3243 IL.getAddress(*this), Chunk, EUB) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| LoopFlatten.cpp | 91 FlattenInfo(Loop *OL, Loop *IL) : OuterLoop(OL), InnerLoop(IL) {};
|
| SimpleLoopUnswitch.cpp | 1766 for (Loop *IL = L.getParentLoop(); IL != ParentL; 1767 IL = IL->getParentLoop()) { 1768 IL->getBlocksSet().erase(PH); 1770 IL->getBlocksSet().erase(BB); 1771 llvm::erase_if(IL->getBlocksVector(), [&](BasicBlock *BB) {
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| LoadStoreVectorizer.cpp | 275 static void propagateMetadata(Instruction *I, ArrayRef<Instruction *> IL) { 276 SmallVector<Value *, 8> VL(IL.begin(), IL.end());
|
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| JSONNodeDumper.h | 302 void VisitIntegerLiteral(const IntegerLiteral *IL);
|