HomeSort by relevance Sort by last modified time
    Searched refs:HasName (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/IR/
SymbolTableListTraitsImpl.h 51 if (I->hasName())
59 if (I->hasName())
71 if (V->hasName())
80 if (V->hasName())
101 bool HasName = V.hasName();
102 if (OldST && HasName)
105 if (NewST && HasName)
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_thread_registry_test.cc 52 static bool HasName(ThreadContextBase *tctx, void *arg) {
101 EXPECT_EQ(7U, registry->FindThread(HasName, (void*)"seven"));
103 registry->FindThread(HasName, (void*)"none"));
  /external/lldb/source/Core/
ValueObjectDynamicValue.cpp 69 if (m_dynamic_type_info.HasName())
83 if (m_dynamic_type_info.HasName())
240 else /*if (m_dynamic_type_info.HasName())*/
  /external/lldb/include/lldb/Symbol/
Type.h 354 HasName ();
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 91 bool HasName(const char* font_name, Font* font) {
151 if (HasName(font_name, i->p_)) {
  /external/lldb/source/Symbol/
Type.cpp 902 TypeAndOrName::HasName ()
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
  /prebuilts/sdk/tools/
jack.jar 
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 25 DeclarationMatcher HasEmptyName = recordDecl(hasName(""));
55 EXPECT_FALSE(Finder.addDynamicMatcher(hasName("x"), nullptr));
65 DeclarationMatcher NamedX = namedDecl(hasName("X"));
117 DeclarationMatcher ClassX = recordDecl(recordDecl(hasName("X")));
142 recordDecl(hasName("Z"), isDerivedFrom("X"));
261 recordDecl(isDerivedFrom(recordDecl(hasName("Some"))))));
268 recordDecl(hasName("B"), isDerivedFrom(recordDecl(hasName("A"))))));
284 varDecl(hasName("z_float"),
288 varDecl(hasName("z_float")
    [all...]

Completed in 473 milliseconds