Home
last modified time | relevance | path

Searched refs:FullName (Results 1 – 20 of 20) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DCheckerRegistry.cpp27 return a.FullName < b.FullName; in checkerNameLT()
33 if (!checker.FullName.startswith(packageName)) in isInPackage()
37 if (checker.FullName.size() == packageName.size()) in isInPackage()
41 if (checker.FullName[packageName.size()] == PackageSeparator) in isInPackage()
112 checkerMgr.setCurrentCheckName(CheckName((*i)->FullName)); in initializeManager()
127 if (checker.FullName.startswith(checkerName) && in validateCheckerOptions()
128 (checker.FullName.size() == pos || checker.FullName[pos] == '.')) { in validateCheckerOptions()
156 size_t nameLength = i->FullName.size(); in printHelp()
164 out.indent(initialPad) << i->FullName; in printHelp()
166 int pad = optionFieldWidth - i->FullName.size(); in printHelp()
/external/clang/lib/Sema/
DAttributeList.cpp130 SmallString<64> FullName; in getKind() local
132 FullName += ScopeName->getName(); in getKind()
134 AttrName = normalizeAttrName(AttrName, FullName, SyntaxUsed); in getKind()
139 FullName += "::"; in getKind()
140 FullName += AttrName; in getKind()
142 return ::getAttrKind(FullName, SyntaxUsed); in getKind()
/external/llvm/tools/llvm-pdbdump/
DCompilandDumper.cpp46 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/
DCheckerRegistry.h87 StringRef FullName; member
91 : Initialize(fn), FullName(name), Desc(desc) {} in CheckerInfo()
/external/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp321 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/
DMCJIT.cpp270 SmallString<128> FullName; in findExistingSymbol() local
271 Mangler::getNameWithPrefix(FullName, Name, getDataLayout()); in findExistingSymbol()
273 if (void *Addr = getPointerToGlobalIfAvailable(FullName)) in findExistingSymbol()
278 return Dyld.getSymbol(FullName); in findExistingSymbol()
/external/autotest/client/tests/kvm/unattended/
Dwin2003-32.sif27 FullName = "Autotest Mindless Drone"
Dwin2003-64.sif27 FullName = "Autotest Mindless Drone"
Dwinxp32.sif29 FullName = "Autotest Mindless Drone"
Dwin2000-32.sif29 FullName = "Autotest Mindless Drone"
Dwinxp64.sif29 FullName = "Autotest Mindless Drone"
/external/llvm/lib/Object/
DArchive.cpp149 SmallString<128> FullName = sys::path::parent_path( in getBuffer() local
151 sys::path::append(FullName, *Name); in getBuffer()
152 ErrorOr<std::unique_ptr<MemoryBuffer>> Buf = MemoryBuffer::getFile(FullName); in getBuffer()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp721 std::string FullName = getParentContextString(Context) + Name.str(); in addGlobalName() local
722 GlobalNames[FullName] = &Die; in addGlobalName()
730 std::string FullName = getParentContextString(Context) + Ty->getName().str(); in addGlobalType() local
731 GlobalTypes[FullName] = &Die; in addGlobalType()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp657 SmallString<256> FullName; in getUniqueTagTypeName() local
661 return FullName; in getUniqueTagTypeName()
665 return FullName; in getUniqueTagTypeName()
669 llvm::raw_svector_ostream Out(FullName); in getUniqueTagTypeName()
671 return FullName; in getUniqueTagTypeName()
710 SmallString<256> FullName = getUniqueTagTypeName(Ty, CGM, TheCU); in getOrCreateRecordFwdDecl() local
713 llvm::DINode::FlagFwdDecl, FullName); in getOrCreateRecordFwdDecl()
2038 SmallString<256> FullName = getUniqueTagTypeName(Ty, CGM, TheCU); in CreateEnumType() local
2052 0, Size, Align, llvm::DINode::FlagFwdDecl, FullName); in CreateEnumType()
2071 SmallString<256> FullName = getUniqueTagTypeName(Ty, CGM, TheCU); in CreateTypeDefinition() local
[all …]
/external/fonttools/Lib/fontTools/
DafmLib.py333 return '<AFM object for %s>' % self.FullName
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp195 SmallString<128> FullName; in getMangledName() local
202 Mangler::getNameWithPrefix(FullName, GV->getName(), DL); in getMangledName()
203 return FullName.str(); in getMangledName()
/external/v8/tools/
Dll_prof.py122 def FullName(self): member in Code
866 code.FullName(), code.origin)
/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py745 def FullName(self): member in FileInfo
759 fullname = self.FullName()
3713 abs_filename = FileInfo(filename).FullName()
/external/libvpx/libvpx/tools/
Dcpplint.py870 def FullName(self): member in FileInfo
884 fullname = self.FullName()
4430 abs_filename = FileInfo(filename).FullName()
/external/google-breakpad/src/testing/scripts/generator/cpp/
Dast.py237 def FullName(self): member in _GenericDeclaration