Home
last modified time | relevance | path

Searched refs:LookupTable (Results 1 – 24 of 24) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DASTImporterSharedState.h33 std::unique_ptr<ASTImporterLookupTable> LookupTable; variable
50 LookupTable = std::make_unique<ASTImporterLookupTable>(ToTU); in ASTImporterSharedState()
53 ASTImporterLookupTable *getLookupTable() { return LookupTable.get(); } in getLookupTable()
56 if (LookupTable) in addDeclToLookup()
58 LookupTable->add(ND); in addDeclToLookup()
62 if (LookupTable) in removeDeclFromLookup()
64 LookupTable->remove(ND); in removeDeclFromLookup()
DASTImporterLookupTable.h60 DCMap LookupTable; variable
/external/llvm-project/clang/lib/AST/
DASTImporterLookupTable.cpp90 DeclList &Decls = LookupTable[DC][ND->getDeclName()]; in add()
96 DeclList &Decls = LookupTable[DC][ND->getDeclName()]; in remove()
122 auto DCI = LookupTable.find(DC->getPrimaryContext()); in lookup()
123 if (DCI == LookupTable.end()) in lookup()
135 auto DCI = LookupTable.find(DC->getPrimaryContext()); in dump()
136 if (DCI == LookupTable.end()) in dump()
151 for (const auto &Entry : LookupTable) { in dump()
/external/llvm-project/clang-tools-extra/clang-include-fixer/
DInMemorySymbolIndex.cpp19 LookupTable[std::string(Symbol.Symbol.getName())].push_back(Symbol); in InMemorySymbolIndex()
24 auto I = LookupTable.find(std::string(Identifier)); in search()
25 if (I != LookupTable.end()) in search()
DInMemorySymbolIndex.h31 LookupTable;
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dstring_view.cc40 class LookupTable { class
46 explicit LookupTable(string_view wanted) { in LookupTable() function in absl::__anonb03b57170111::LookupTable
132 LookupTable tbl(s); in find_first_of()
147 LookupTable tbl(s); in find_first_not_of()
173 LookupTable tbl(s); in find_last_of()
191 LookupTable tbl(s); in find_last_not_of()
/external/abseil-cpp/absl/strings/
Dstring_view.cc40 class LookupTable { class
46 explicit LookupTable(string_view wanted) { in LookupTable() function in absl::__anon1a5ca6560111::LookupTable
132 LookupTable tbl(s); in find_first_of()
147 LookupTable tbl(s); in find_first_not_of()
173 LookupTable tbl(s); in find_last_of()
191 LookupTable tbl(s); in find_last_not_of()
/external/libtextclassifier/abseil-cpp/absl/strings/
Dstring_view.cc40 class LookupTable { class
46 explicit LookupTable(string_view wanted) { in LookupTable() function in absl::__anone9121a260111::LookupTable
132 LookupTable tbl(s); in find_first_of()
147 LookupTable tbl(s); in find_first_not_of()
173 LookupTable tbl(s); in find_last_of()
191 LookupTable tbl(s); in find_last_not_of()
/external/openscreen/third_party/abseil/src/absl/strings/
Dstring_view.cc40 class LookupTable { class
46 explicit LookupTable(string_view wanted) { in LookupTable() function in absl::__anon923958d70111::LookupTable
132 LookupTable tbl(s); in find_first_of()
147 LookupTable tbl(s); in find_first_not_of()
173 LookupTable tbl(s); in find_last_of()
191 LookupTable tbl(s); in find_last_not_of()
/external/webrtc/third_party/abseil-cpp/absl/strings/
Dstring_view.cc40 class LookupTable { class
46 explicit LookupTable(string_view wanted) { in LookupTable() function in absl::__anon59855e650111::LookupTable
132 LookupTable tbl(s); in find_first_of()
147 LookupTable tbl(s); in find_first_not_of()
173 LookupTable tbl(s); in find_last_of()
191 LookupTable tbl(s); in find_last_not_of()
/external/angle/third_party/abseil-cpp/absl/strings/
Dstring_view.cc40 class LookupTable { class
46 explicit LookupTable(string_view wanted) { in LookupTable() function in absl::__anoncb67ff450111::LookupTable
131 LookupTable tbl(s); in find_first_of()
145 LookupTable tbl(s); in find_first_not_of()
170 LookupTable tbl(s); in find_last_of()
187 LookupTable tbl(s); in find_last_not_of()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_side_effects.h42 struct LookupTable : ::mlir::SideEffects::Resource::Base<LookupTable> { struct
Dtf_op_base.td147 def TF_LookupTableResource : TF_ResourceBase<"LookupTable">;
/external/llvm-project/clang-tools-extra/clangd/index/dex/
DDex.cpp105 LookupTable[Sym->ID] = Sym; in buildIndex()
271 auto I = LookupTable.find(ID); in lookup()
272 if (I != LookupTable.end()) in lookup()
319 Bytes += LookupTable.getMemorySize(); in estimateMemoryUsage()
DDex.h101 llvm::DenseMap<SymbolID, const Symbol *> LookupTable; variable
/external/freetype/src/gxvalid/
DREADME242 4-2. too-short LookupTable (5/183)
245 LookupTable format 0 is a simple array to get a value from a given
249 LookupTable format 0 is too short to cover all GIDs. FontValidator
258 4-3. broken LookupTable format 2 (1/183)
261 LookupTable format 2, subformat 4 covers the GID space by a
270 1 font includes broken LookupTable format 2, in the `just' table.
/external/llvm-project/clang/include/clang/Serialization/
DASTWriter.h498 llvm::SmallVectorImpl<char> &LookupTable);
/external/llvm-project/clang-tools-extra/clangd/
DClangdLSPServer.cpp123 std::vector<std::vector<std::string>> LookupTable; in buildHighlightScopeLookupTable() local
127 LookupTable.push_back( in buildHighlightScopeLookupTable()
129 return LookupTable; in buildHighlightScopeLookupTable()
/external/clang/lib/Serialization/
DASTWriter.cpp3530 llvm::SmallVectorImpl<char> &LookupTable) { in GenerateNameLookupTable() argument
3702 Generator.emit(LookupTable, Trait, Lookups ? &Lookups->Table : nullptr); in GenerateNameLookupTable()
3784 SmallString<4096> LookupTable; in WriteDeclContextVisibleBlock() local
3785 GenerateNameLookupTable(DC, LookupTable); in WriteDeclContextVisibleBlock()
3790 LookupTable); in WriteDeclContextVisibleBlock()
3807 SmallString<4096> LookupTable; in WriteDeclContextVisibleUpdate() local
3808 GenerateNameLookupTable(DC, LookupTable); in WriteDeclContextVisibleUpdate()
3817 Stream.EmitRecordWithBlob(UpdateVisibleAbbrev, Record, LookupTable); in WriteDeclContextVisibleUpdate()
/external/clang/include/clang/Serialization/
DASTWriter.h450 llvm::SmallVectorImpl<char> &LookupTable);
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp3671 llvm::SmallVectorImpl<char> &LookupTable) { in GenerateNameLookupTable() argument
3843 Generator.emit(LookupTable, Trait, Lookups ? &Lookups->Table : nullptr); in GenerateNameLookupTable()
3925 SmallString<4096> LookupTable; in WriteDeclContextVisibleBlock() local
3926 GenerateNameLookupTable(DC, LookupTable); in WriteDeclContextVisibleBlock()
3931 LookupTable); in WriteDeclContextVisibleBlock()
3948 SmallString<4096> LookupTable; in WriteDeclContextVisibleUpdate() local
3949 GenerateNameLookupTable(DC, LookupTable); in WriteDeclContextVisibleUpdate()
3958 Stream.EmitRecordWithBlob(UpdateVisibleAbbrev, Record, LookupTable); in WriteDeclContextVisibleUpdate()
/external/clang/docs/
DInternalsManual.rst1267 struct LookupTable {
1275 LookupTable LT;
/external/llvm-project/clang/docs/
DInternalsManual.rst1371 struct LookupTable {
1379 LookupTable LT;
/external/tensorflow/
DRELEASE.md1602 * Support taking gradients of V2 `tf.cond` and `tf.while_loop` using `LookupTable`.