HomeSort by relevance Sort by last modified time
    Searched refs:FullName (Results 1 - 25 of 27) sorted by null

1 2

  /external/clang/lib/StaticAnalyzer/Core/
CheckerRegistry.cpp 27 return a.FullName < b.FullName;
33 if (!checker.FullName.startswith(packageName))
37 if (checker.FullName.size() == packageName.size())
41 if (checker.FullName[packageName.size()] == PackageSeparator)
112 checkerMgr.setCurrentCheckName(CheckName((*i)->FullName));
127 if (checker.FullName.startswith(checkerName) &&
128 (checker.FullName.size() == pos || checker.FullName[pos] == '.')) {
156 size_t nameLength = i->FullName.size()
    [all...]
  /external/clang/lib/Sema/
AttributeList.cpp 130 SmallString<64> FullName;
132 FullName += ScopeName->getName();
134 AttrName = normalizeAttrName(AttrName, FullName, SyntaxUsed);
139 FullName += "::";
140 FullName += AttrName;
142 return ::getAttrKind(FullName, SyntaxUsed);
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerRegistry.h 87 StringRef FullName;
91 : Initialize(fn), FullName(name), Desc(desc) {}
105 void addChecker(InitializationFunction fn, StringRef fullName,
111 void addChecker(StringRef fullName, StringRef desc) {
114 addChecker(&CheckerRegistry::initializeManager<T>, fullName, desc);
  /external/llvm/tools/llvm-pdbdump/
CompilandDumper.cpp 46 std::string FullName = Symbol.getName();
47 if (Printer.IsCompilandExcluded(FullName))
51 WithColor(Printer, PDB_ColorItem::Path).get() << FullName;
  /external/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 321 const StringRef FullName = OS.str();
325 return FullName == Pattern;
327 return FullName.endswith(Pattern) &&
328 FullName.drop_back(Pattern.size()).endswith("::");
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 270 SmallString<128> FullName;
271 Mangler::getNameWithPrefix(FullName, Name, getDataLayout());
273 if (void *Addr = getPointerToGlobalIfAvailable(FullName))
278 return Dyld.getSymbol(FullName);
  /external/llvm/lib/Object/
Archive.cpp 149 SmallString<128> FullName = sys::path::parent_path(
151 sys::path::append(FullName, *Name);
152 ErrorOr<std::unique_ptr<MemoryBuffer>> Buf = MemoryBuffer::getFile(FullName);
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 721 std::string FullName = getParentContextString(Context) + Name.str();
722 GlobalNames[FullName] = &Die;
730 std::string FullName = getParentContextString(Context) + Ty->getName().str();
731 GlobalTypes[FullName] = &Die;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
subauth.h 107 UNICODE_STRING FullName;
ntsecapi.h 606 typedef BOOLEAN (*PSAM_PASSWORD_FILTER_ROUTINE)(PUNICODE_STRING AccountName,PUNICODE_STRING FullName,PUNICODE_STRING Password,BOOLEAN SetOperation);
643 UNICODE_STRING FullName;
    [all...]
winwlx.h 138 PWSTR FullName;
exdisp.h 440 virtual HRESULT WINAPI get_FullName(BSTR *FullName) = 0;
496 HRESULT (WINAPI *get_FullName)(IWebBrowserApp *This,BSTR *FullName);
554 #define IWebBrowserApp_get_FullName(This,FullName) (This)->lpVtbl->get_FullName(This,FullName)
    [all...]
wincrypt.h     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 657 SmallString<256> FullName;
661 return FullName;
665 return FullName;
669 llvm::raw_svector_ostream Out(FullName);
671 return FullName;
710 SmallString<256> FullName = getUniqueTagTypeName(Ty, CGM, TheCU);
713 llvm::DINode::FlagFwdDecl, FullName);
    [all...]
  /external/fonttools/Lib/fontTools/
afmLib.py 62 "FullName",
332 if hasattr(self, "FullName"):
333 return '<AFM object for %s>' % self.FullName
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 195 SmallString<128> FullName;
202 Mangler::getNameWithPrefix(FullName, GV->getName(), DL);
203 return FullName.str();
    [all...]
  /external/v8/tools/
ll_prof.py 122 def FullName(self):
866 code.FullName(), code.origin)
    [all...]
  /art/tools/
cpplint.py 775 def FullName(self):
780 """FullName after removing the local path to the repository.
789 fullname = self.FullName()
791 if os.path.exists(fullname):
792 project_dir = os.path.dirname(fullname)
804 return fullname[len(prefix) + 1:]
808 root_dir = os.path.dirname(fullname)
820 # return fullname[len(prefix) + 1:]
821 return "art/" + fullname[len(prefix) + 1:
    [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py 745 def FullName(self):
750 """FullName after removing the local path to the repository.
759 fullname = self.FullName()
761 if os.path.exists(fullname):
762 project_dir = os.path.dirname(fullname)
774 return fullname[len(prefix) + 1:]
778 root_dir = os.path.dirname(fullname)
789 return fullname[len(prefix) + 1:]
792 return fullname
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 870 def FullName(self):
875 """FullName after removing the local path to the repository.
884 fullname = self.FullName()
886 if os.path.exists(fullname):
887 project_dir = os.path.dirname(fullname)
899 return fullname[len(prefix) + 1:]
903 root_dir = os.path.dirname(fullname)
914 return fullname[len(prefix) + 1:]
917 return fullname
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
cpplint.py 870 def FullName(self):
875 """FullName after removing the local path to the repository.
884 fullname = self.FullName()
886 if os.path.exists(fullname):
887 project_dir = os.path.dirname(fullname)
899 return fullname[len(prefix) + 1:]
903 root_dir = os.path.dirname(fullname)
914 return fullname[len(prefix) + 1:]
917 return fullname
    [all...]
  /external/google-breakpad/src/testing/scripts/generator/cpp/
ast.py 237 def FullName(self):
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 

Completed in 854 milliseconds

1 2