Home
last modified time | relevance | path

Searched defs:Lookup (Results 1 – 25 of 43) sorted by relevance

12

/freebsd/tests/sys/fs/fusefs/
H A Dlookup.cc44 class Lookup: public FuseTest {}; class
66 TEST_F(Lookup, attr_cache) in TEST_F() argument
155 TEST_F(Lookup, dot) in TEST_F() argument
177 TEST_F(Lookup, dotdot) in TEST_F() argument
284 TEST_F(Lookup, ejustreturn) in TEST_F() argument
301 TEST_F(Lookup, enoent) in TEST_F() argument
312 TEST_F(Lookup, enotdir) in TEST_F() argument
333 TEST_F(Lookup, entry_cache) in TEST_F() argument
416 TEST_F(Lookup, ok) in TEST_F() argument
438 TEST_F(Lookup, parent_inode) in TEST_F() argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.cpp59 const SPIRV::SymbolicOperand *Lookup = in getSymbolicOperandMnemonic() local
94 const SPIRV::SymbolicOperand *Lookup = in getSymbolicOperandMinVersion() local
106 const SPIRV::SymbolicOperand *Lookup = in getSymbolicOperandMaxVersion() local
168 const SPIRV::SymbolicOperand *Lookup = in getLinkStringForBuiltIn() local
183 const SPIRV::SymbolicOperand *Lookup = in getSpirvBuiltInIdByName() local
219 const SPIRV::ExtendedBuiltin *Lookup = in getExtInstName() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPointerSumType.h216 template <TagT N> struct Lookup { struct
222 using PointerT = typename MemberT::PointerT;
225 using TraitsT = typename MemberT::TraitsT;
H A DDenseMap.h583 ValueT &&Value, LookupKeyT &Lookup) { in InsertIntoBucketWithLookup()
592 BucketT *InsertIntoBucketImpl(const KeyT &Key, const LookupKeyT &Lookup, in InsertIntoBucketImpl()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DThreadSafeDenseMap.h35 _ValueType Lookup(_KeyType k) { in Lookup() function
40 bool Lookup(_KeyType k, _ValueType &v) { in Lookup() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComparisonCategories.cpp82 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
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericDylibManager.cpp86 const SymbolLookupSet &Lookup) { in lookup()
98 const RemoteSymbolLookupSet &Lookup) { in lookup()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DThreadSafeDenseSet.h38 bool Lookup(_ElementType e) { in Lookup() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericDylibManager.h36 ExecutorAddr Lookup; member
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAssumeBundleQueries.cpp88 auto Lookup = Result.find(Key); in fillMapFromAssume() local
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h407 ValueT &&Value, LookupKeyT &Lookup) { in InsertIntoBucketWithLookup()
416 BucketT *InsertIntoBucketImpl(const KeyT &Key, const LookupKeyT &Lookup, in InsertIntoBucketImpl()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTrace.cpp53 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
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp181 auto Lookup = AssumedKnowledgeMap.find(Key); in addKnowledge() local
444 auto &Lookup = Knowledge[{RK.WasOn, RK.AttrKind}]; in dropRedundantKnowledge() local
/freebsd/contrib/bearssl/T0/
H A DT0Comp.cs2004 internal Word Lookup(string name) in Lookup() method in T0Comp
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDynamicLibrary.cpp96 void *Lookup(const char *Symbol, DynamicLibrary::SearchOrdering Order) { in Lookup() function in DynamicLibrary::HandleSet
/freebsd/contrib/tcsh/
H A Ded.xmap.c461 Lookup(struct Strbuf *buf, const CStr *str, const XmapNode *ptr) in Lookup() function
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DInitHeaderSearch.cpp38 DirectoryLookup Lookup; member
H A DPPDirectives.cpp1931 ConstSearchDirIterator Lookup = CurDirLookup; in getIncludeNextStart() local
2621 ConstSearchDirIterator Lookup = nullptr; in HandleIncludeNextDirective() local
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp1095 const char *Lookup = ",/\\:. \n\t'-"; in demangleCharLiteral() local
1102 char Lookup[26] = {'\xE1', '\xE2', '\xE3', '\xE4', '\xE5', '\xE6', '\xE7', in demangleCharLiteral() local
1112 char Lookup[26] = {'\xC1', '\xC2', '\xC3', '\xC4', '\xC5', '\xC6', '\xC7', in demangleCharLiteral() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp253 UnresolvedLookupExpr *Lookup) { in BuildOperatorCoawaitCall()
892 ExprResult Lookup = BuildOperatorCoawaitLookupExpr(S, Loc); in ActOnCoawaitExpr() local
922 UnresolvedLookupExpr *Lookup) { in BuildUnresolvedCoawaitExpr()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicType.cpp79 const auto *Lookup = State->get<DynamicCastMap>().lookup(MR); in getDynamicCastInfo() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastValueChecker.cpp468 const auto *Lookup = CDM.lookup(Call); in evalCall() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp461 int Lookup = 0; in appendQualifier() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp595 static int Lookup(ArrayRef<TableEntry> Table, unsigned Opcode) { in Lookup() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp202 Lookup("lookup", variable

12