Home
last modified time | relevance | path

Searched refs:IsAnonymous (Results 1 – 11 of 11) sorted by relevance

/external/llvm/include/llvm/TableGen/
DRecord.h1241 bool IsAnonymous; variable
1263 ID(LastID++), IsAnonymous(Anonymous), ResolveFirst(false) { in Name()
1278 IsAnonymous(O.IsAnonymous), ResolveFirst(O.ResolveFirst) { } in Record()
1406 return IsAnonymous; in isAnonymous()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/
DRecord.h1359 bool IsAnonymous; variable
1369 ID(LastID++), IsAnonymous(Anonymous), IsClass(Class) { in Name()
1384 IsAnonymous(O.IsAnonymous), IsClass(O.IsClass) { } in Record()
1522 return IsAnonymous; in isAnonymous()
/external/v8/src/wasm/
Dwasm-code-manager.cc143 if (IsAnonymous()) return; in LogCode()
224 if (!IsAnonymous()) os << "index: " << index() << "\n"; in Disassemble()
601 DCHECK(!code->IsAnonymous()); in PublishCode()
Dwasm-code-manager.h118 bool IsAnonymous() const { return index_.IsNothing(); } in IsAnonymous() function
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dreflection.cpp303 anonymous = IsAnonymous(base->getName()); in addDereferencedUniform()
DSymbolTable.h407 if (IsAnonymous(symbol.getName())) in amend()
/external/llvm/lib/TableGen/
DTGParser.cpp2324 bool IsAnonymous = false; in InstantiateMulticlassDef() local
2327 IsAnonymous = true; in InstantiateMulticlassDef()
2346 auto CurRec = make_unique<Record>(DefName, Locs, Records, IsAnonymous); in InstantiateMulticlassDef()
/external/deqp-deps/glslang/glslang/Include/
DTypes.h54 inline bool IsAnonymous(const TString& name) in IsAnonymous() function
/external/v8/src/
Dframes.cc1852 if (!code->IsAnonymous() && code->handler_table_offset() > 0) { in LookupExceptionHandlerInTable()
Dlog.cc240 if (code->IsAnonymous()) { in CodeCreateEvent()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp2901 if (glslang::IsAnonymous(name)) in createSpvVariable()