Searched refs:LocalIndex (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.cpp | 189 std::optional<unsigned> LocalIndex = allocateLocal(SubExpr); in VisitCastExpr() local 190 if (!LocalIndex) in VisitCastExpr() 192 if (!this->emitGetPtrLocal(*LocalIndex, CE)) in VisitCastExpr() 526 std::optional<unsigned> LocalIndex = allocateLocal(CE); in VisitCastExpr() local 527 if (!LocalIndex) in VisitCastExpr() 529 if (!this->emitGetPtrLocal(*LocalIndex, CE)) in VisitCastExpr() 553 std::optional<unsigned> LocalIndex = allocateLocal(CE); in VisitCastExpr() local 554 if (!LocalIndex) in VisitCastExpr() 556 if (!this->emitGetPtrLocal(*LocalIndex, CE)) in VisitCastExpr() 601 std::optional<unsigned> LocalIndex = allocateLocal(CE); in VisitCastExpr() local [all …]
|
/freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/ |
H A D | ClangScanDeps.cpp | 935 size_t LocalIndex = *MaybeInputIndex; in clang_scan_deps_main() local 936 const tooling::CompileCommand *Input = &Inputs[LocalIndex]; in clang_scan_deps_main() 1004 LocalIndex, DependencyOS, Errs)) in clang_scan_deps_main() 1009 if (handleTranslationUnitResult(Filename, MaybeTUDeps, *FD, LocalIndex, in clang_scan_deps_main()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 1550 [&](SourceLocation::UIntTy Offset, std::size_t LocalIndex) { in getSLocEntryID() argument 1551 int ID = F->SLocEntryBaseID + LocalIndex; in getSLocEntryID() 1555 auto MaybeEntryOffset = readSLocOffset(F, LocalIndex); in getSLocEntryID() 6215 unsigned LocalIndex = GlobalIndex - M->BasePreprocessedEntityID; in getModulePreprocessedEntity() local 6216 return std::make_pair(M, LocalIndex); in getModulePreprocessedEntity() 6248 unsigned LocalIndex = GlobalIndex - M->BasePreprocessedSkippedRangeID; in ReadSkippedRange() local 6249 assert(LocalIndex < M->NumPreprocessedSkippedRanges); in ReadSkippedRange() 6250 PPSkippedRange RawRange = M->PreprocessedSkippedRangeOffsets[LocalIndex]; in ReadSkippedRange() 6261 unsigned LocalIndex = PPInfo.second; in ReadPreprocessedEntity() local 6262 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in ReadPreprocessedEntity() [all …]
|