HomeSort by: relevance | last modified time | path
    Searched defs:HasName (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
SymbolTableListTraitsImpl.h 54 if (I->hasName())
61 if (I->hasName())
73 if (V->hasName())
82 if (V->hasName())
107 bool HasName = V.hasName();
108 if (OldST && HasName)
111 if (NewST && HasName)
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/wasm/
Writer.cpp 28 bool HasName = S.SectionType == WASM_SEC_CUSTOM;
30 if (HasName)
35 if (HasName) {
  /src/sys/external/bsd/compiler_rt/dist/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"));

Completed in 50 milliseconds