/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/ |
H A D | SPIRVBaseInfo.cpp | 59 const SPIRV::SymbolicOperand *Lookup = in getSymbolicOperandMnemonic() local 94 const SPIRV::SymbolicOperand *Lookup = in getSymbolicOperandMinVersion() local 106 const SPIRV::SymbolicOperand *Lookup = in getSymbolicOperandMaxVersion() local 150 const SPIRV::SymbolicOperand *Lookup = in getLinkStringForBuiltIn() local 165 const SPIRV::SymbolicOperand *Lookup = in getSpirvBuiltInIdByName() local 201 const SPIRV::ExtendedBuiltin *Lookup = in getExtInstName() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | PointerSumType.h | 216 template <TagT N> struct Lookup { struct 218 using MemberT = decltype( 222 using PointerT = typename MemberT::PointerT; 225 using TraitsT = typename MemberT::TraitsT;
|
H A D | DenseMap.h | 556 ValueT &&Value, LookupKeyT &Lookup) { in InsertIntoBucketWithLookup() 565 BucketT *InsertIntoBucketImpl(const KeyT &Key, const LookupKeyT &Lookup, in InsertIntoBucketImpl()
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
H A D | ThreadSafeDenseMap.h | 39 _ValueType Lookup(_KeyType k) { in Lookup() function 44 bool Lookup(_KeyType k, _ValueType &v) { in Lookup() function
|
H A D | ThreadSafeDenseSet.h | 38 bool Lookup(_ElementType e) { in Lookup() function
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | ComparisonCategories.cpp | 82 DeclContextLookupResult Lookup = Record->getCanonicalDecl()->lookup( in lookupValueInfo() local 93 DeclContextLookupResult Lookup = in lookupStdNamespace() local 105 DeclContextLookupResult Lookup = StdNS->lookup(&Ctx.Idents.get(Name)); in lookupCXXRecordDecl() local
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
H A D | EPCGenericDylibManager.cpp | 86 const SymbolLookupSet &Lookup) { in lookup() 97 const RemoteSymbolLookupSet &Lookup) { in lookup()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | EPCGenericDylibManager.h | 35 ExecutorAddr Lookup; member
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | AssumeBundleQueries.cpp | 88 auto Lookup = Result.find(Key); in fillMapFromAssume() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_dense_map.h | 407 ValueT &&Value, LookupKeyT &Lookup) { in InsertIntoBucketWithLookup() 416 BucketT *InsertIntoBucketImpl(const KeyT &Key, const LookupKeyT &Lookup, in InsertIntoBucketImpl()
|
/openbsd-src/gnu/llvm/lldb/source/Target/ |
H A D | Trace.cpp | 53 static std::optional<V> Lookup(DenseMap<K, V> &map, K k) { in Lookup() function 70 static std::optional<V> Lookup(DenseMap<K1, DenseMap<K2, V>> &map, K1 k1, in Lookup() function
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | AssumeBundleBuilder.cpp | 182 auto Lookup = AssumedKnowledgeMap.find(Key); in addKnowledge() local 442 auto &Lookup = Knowledge[{RK.WasOn, RK.AttrKind}]; in dropRedundantKnowledge() local
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | DynamicLibrary.cpp | 96 void *Lookup(const char *Symbol, DynamicLibrary::SearchOrdering Order) { in Lookup() function in DynamicLibrary::HandleSet
|
/openbsd-src/gnu/llvm/llvm/lib/Demangle/ |
H A D | MicrosoftDemangle.cpp | 1058 const char *Lookup = ",/\\:. \n\t'-"; in demangleCharLiteral() local 1065 char Lookup[26] = {'\xE1', '\xE2', '\xE3', '\xE4', '\xE5', '\xE6', '\xE7', in demangleCharLiteral() local 1075 char Lookup[26] = {'\xC1', '\xC2', '\xC3', '\xC4', '\xC5', '\xC6', '\xC7', in demangleCharLiteral() local
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaCoroutine.cpp | 252 UnresolvedLookupExpr *Lookup) { in BuildOperatorCoawaitCall() 804 ExprResult Lookup = BuildOperatorCoawaitLookupExpr(S, Loc); in ActOnCoawaitExpr() local 834 UnresolvedLookupExpr *Lookup) { in BuildUnresolvedCoawaitExpr()
|
H A D | SemaAttr.cpp | 829 LookupResult Lookup(*this, Name, IdTok.getLocation(), LookupOrdinaryName); in ActOnPragmaUnused() local
|
H A D | SemaOpenMP.cpp | 3030 LookupResult Lookup(*this, Id, LookupOrdinaryName); in ActOnOpenMPIdExpression() local 7152 LookupResult Lookup(*this, DeclarationName(BaseII), D.getIdentifierLoc(), in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope() local 18786 LookupResult Lookup(SemaRef, ReductionId, Sema::LookupOMPReductionName); in buildDeclareReductionRef() local 18846 LookupResult Lookup(SemaRef, ReductionId, Sema::LookupOMPReductionName); in buildDeclareReductionRef() local 21560 LookupResult Lookup(SemaRef, MapperId, Sema::LookupOMPMapperName); in buildUserDefinedMapperRef() local 22088 LookupResult Lookup(*this, Name, SourceLocation(), LookupOMPReductionName, in ActOnOpenMPDeclareReductionDirectiveStart() local 22340 LookupResult Lookup(*this, Name, SourceLocation(), LookupOMPMapperName, in ActOnOpenMPDeclareMapperDirective() local 22864 LookupResult Lookup(*this, Id, LookupOrdinaryName); in lookupOpenMPDeclareTargetName() local
|
/openbsd-src/gnu/llvm/clang/lib/Lex/ |
H A D | InitHeaderSearch.cpp | 38 DirectoryLookup Lookup; member
|
H A D | PPDirectives.cpp | 1903 ConstSearchDirIterator Lookup = CurDirLookup; in getIncludeNextStart() local 2570 ConstSearchDirIterator Lookup = nullptr; in HandleIncludeNextDirective() local
|
H A D | PPMacroExpansion.cpp | 1273 ConstSearchDirIterator Lookup = nullptr; in EvaluateHasIncludeNext() local
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | DynamicType.cpp | 79 const auto *Lookup = State->get<DynamicCastMap>().lookup(MR); in getDynamicCastInfo() local
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CastValueChecker.cpp | 468 const auto *Lookup = CDM.lookup(Call); in evalCall() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86FloatingPoint.cpp | 597 static int Lookup(ArrayRef<TableEntry> Table, unsigned Opcode) { in Lookup() function
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfdump/ |
H A D | llvm-dwarfdump.cpp | 188 Lookup("lookup", variable
|
/openbsd-src/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 3780 data_type_ref Lookup) { in EmitKeyDataLength() 3838 void EmitData(raw_ostream &Out, key_type_ref, data_type Lookup, in EmitData()
|