HomeSort by relevance Sort by last modified time
    Searched defs:HasName (Results 1 - 4 of 4) 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 50 static bool HasName(ThreadContextBase *tctx, void *arg) {
99 EXPECT_EQ(7U, registry->FindThread(HasName, (void*)"seven"));
101 registry->FindThread(HasName, (void*)"none"));
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 445 class HasName {
449 HasName(StringRef Name) : Name(Name) {}
470 std::find_if(Members.begin(), Members.end(), HasName(Name));
  /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_)) {

Completed in 182 milliseconds