Searched refs:LocalIndex (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Compiler.cpp | 215 std::optional<unsigned> LocalIndex = allocateLocal(SubExpr); in VisitCastExpr() local 216 if (!LocalIndex) in VisitCastExpr() 218 if (!this->emitGetPtrLocal(*LocalIndex, CE)) in VisitCastExpr() 561 std::optional<unsigned> LocalIndex = allocateTemporary(CE); in VisitCastExpr() local 562 if (!LocalIndex) in VisitCastExpr() 564 if (!this->emitGetPtrLocal(*LocalIndex, CE)) in VisitCastExpr() 585 std::optional<unsigned> LocalIndex = allocateLocal(CE); in VisitCastExpr() local 586 if (!LocalIndex) in VisitCastExpr() 588 if (!this->emitGetPtrLocal(*LocalIndex, CE)) in VisitCastExpr() 630 std::optional<unsigned> LocalIndex = allocateLocal(CE); in VisitCastExpr() local [all …]
|
| /freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/ |
| H A D | ClangScanDeps.cpp | 1017 size_t LocalIndex = *MaybeInputIndex; in clang_scan_deps_main() local 1018 const tooling::CompileCommand *Input = &Inputs[LocalIndex]; in clang_scan_deps_main() 1082 LocalIndex, DependencyOS, Errs)) in clang_scan_deps_main() 1103 if (handleTranslationUnitResult(Filename, MaybeTUDeps, *FD, LocalIndex, in clang_scan_deps_main()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 1728 [&](SourceLocation::UIntTy Offset, std::size_t LocalIndex) { in getSLocEntryID() argument 1729 int ID = F->SLocEntryBaseID + LocalIndex; in getSLocEntryID() 1733 auto MaybeEntryOffset = readSLocOffset(F, LocalIndex); in getSLocEntryID() 6551 unsigned LocalIndex = GlobalIndex - M->BasePreprocessedEntityID; in getModulePreprocessedEntity() local 6552 return std::make_pair(M, LocalIndex); in getModulePreprocessedEntity() 6587 unsigned LocalIndex = GlobalIndex - M->BasePreprocessedSkippedRangeID; in ReadSkippedRange() local 6588 assert(LocalIndex < M->NumPreprocessedSkippedRanges); in ReadSkippedRange() 6589 PPSkippedRange RawRange = M->PreprocessedSkippedRangeOffsets[LocalIndex]; in ReadSkippedRange() 6600 unsigned LocalIndex = PPInfo.second; in ReadPreprocessedEntity() local 6601 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in ReadPreprocessedEntity() [all …]
|