Home
last modified time | relevance | path

Searched refs:LocalIndex (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp299 std::optional<unsigned> LocalIndex = in VisitCastExpr() local
301 if (!LocalIndex) in VisitCastExpr()
303 if (!this->emitGetPtrLocal(*LocalIndex, CE)) in VisitCastExpr()
1102 std::optional<unsigned> LocalIndex = in VisitOpaqueValueExpr() local
1104 if (!LocalIndex) in VisitOpaqueValueExpr()
1117 OpaqueExprs.insert({E, *LocalIndex}); in VisitOpaqueValueExpr()
1517 if (std::optional<unsigned> LocalIndex = in VisitMaterializeTemporaryExpr() local
1677 std::optional<unsigned> LocalIndex = in VisitCXXConstructExpr() local
1680 if (!LocalIndex) in VisitCXXConstructExpr()
1879 if (!LocalIndex) in visit()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1509 [&](SourceLocation::UIntTy Offset, std::size_t LocalIndex) { in getSLocEntryID() argument
1510 int ID = F->SLocEntryBaseID + LocalIndex; in getSLocEntryID()
1514 auto MaybeEntryOffset = readSLocOffset(F, LocalIndex); in getSLocEntryID()
6210 return std::make_pair(M, LocalIndex); in getModulePreprocessedEntity()
6243 assert(LocalIndex < M->NumPreprocessedSkippedRanges); in ReadSkippedRange()
6255 unsigned LocalIndex = PPInfo.second; in ReadPreprocessedEntity() local
6477 unsigned LocalIndex = PPInfo.second; in isPreprocessedEntityInFileID() local
7422 unsigned LocalIndex = LocalID >> Qualifiers::FastWidth; in getGlobalTypeID() local
7424 if (LocalIndex < NUM_PREDEF_TYPE_IDS) in getGlobalTypeID()
7431 = F.TypeRemap.find(LocalIndex - NUM_PREDEF_TYPE_IDS); in getGlobalTypeID()
[all …]