/external/clang/lib/StaticAnalyzer/Core/ |
D | CheckerRegistry.cpp | 24 return a.FullName < b.FullName; in checkerNameLT() 30 if (!checker.FullName.startswith(packageName)) in isInPackage() 34 if (checker.FullName.size() == packageName.size()) in isInPackage() 38 if (checker.FullName[packageName.size()] == PackageSeparator) in isInPackage() 109 checkerMgr.setCurrentCheckName(CheckName((*i)->FullName)); in initializeManager() 131 size_t nameLength = i->FullName.size(); in printHelp() 139 out.indent(initialPad) << i->FullName; in printHelp() 141 int pad = optionFieldWidth - i->FullName.size(); in printHelp()
|
/external/clang/lib/Sema/ |
D | AttributeList.cpp | 116 SmallString<64> FullName; in getKind() local 118 FullName += ScopeName->getName(); in getKind() 123 FullName == "gnu"); in getKind() 131 FullName += "::"; in getKind() 132 FullName += AttrName; in getKind() 134 return ::getAttrKind(FullName, SyntaxUsed); in getKind()
|
/external/llvm/tools/llvm-pdbdump/ |
D | CompilandDumper.cpp | 46 std::string FullName = Symbol.getName(); in start() local 47 if (Printer.IsCompilandExcluded(FullName)) in start() 51 WithColor(Printer, PDB_ColorItem::Path).get() << FullName; in start()
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
D | CheckerRegistry.h | 84 StringRef FullName; member 88 : Initialize(fn), FullName(name), Desc(desc) {} in CheckerInfo()
|
/external/clang/lib/ASTMatchers/ |
D | ASTMatchersInternal.cpp | 321 const StringRef FullName = OS.str(); in matchesNodeFull() local 325 return FullName == Pattern; in matchesNodeFull() 327 return FullName.endswith(Pattern) && in matchesNodeFull() 328 FullName.drop_back(Pattern.size()).endswith("::"); in matchesNodeFull()
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 268 SmallString<128> FullName; in findExistingSymbol() local 269 Mang.getNameWithPrefix(FullName, Name); in findExistingSymbol() 270 return Dyld.getSymbol(FullName); in findExistingSymbol()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 714 std::string FullName = getParentContextString(Context) + Name.str(); in addGlobalName() local 715 GlobalNames[FullName] = &Die; in addGlobalName() 723 std::string FullName = getParentContextString(Context) + Ty->getName().str(); in addGlobalType() local 724 GlobalTypes[FullName] = &Die; in addGlobalType()
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 605 SmallString<256> FullName; in getUniqueTagTypeName() local 611 return FullName; in getUniqueTagTypeName() 614 return FullName; in getUniqueTagTypeName() 618 llvm::raw_svector_ostream Out(FullName); in getUniqueTagTypeName() 621 return FullName; in getUniqueTagTypeName() 660 SmallString<256> FullName = getUniqueTagTypeName(Ty, CGM, TheCU); in getOrCreateRecordFwdDecl() local 663 llvm::DebugNode::FlagFwdDecl, FullName); in getOrCreateRecordFwdDecl() 1935 SmallString<256> FullName = getUniqueTagTypeName(Ty, CGM, TheCU); in CreateEnumType() local 1947 0, Size, Align, llvm::DebugNode::FlagFwdDecl, FullName); in CreateEnumType() 1966 SmallString<256> FullName = getUniqueTagTypeName(Ty, CGM, TheCU); in CreateTypeDefinition() local [all …]
|
/external/fonttools/Lib/fontTools/ |
D | afmLib.py | 333 return '<AFM object for %s>' % self.FullName
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 177 SmallString<128> FullName; in getMangledName() local 178 Mang.getNameWithPrefix(FullName, GV->getName()); in getMangledName() 179 return FullName.str(); in getMangledName()
|
/external/v8/tools/ |
D | ll_prof.py | 122 def FullName(self): member in Code 825 code.FullName(), code.origin)
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | cpplint.py | 745 def FullName(self): member in FileInfo 759 fullname = self.FullName() 3713 abs_filename = FileInfo(filename).FullName()
|
/external/libvpx/libvpx/tools/ |
D | cpplint.py | 870 def FullName(self): member in FileInfo 884 fullname = self.FullName() 4430 abs_filename = FileInfo(filename).FullName()
|
/external/google-breakpad/src/testing/scripts/generator/cpp/ |
D | ast.py | 237 def FullName(self): member in _GenericDeclaration
|