Searched refs:FullName (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistry.cpp24 return a.FullName < b.FullName;
30 if (!checker.FullName.startswith(packageName))
34 if (checker.FullName.size() == packageName.size())
38 if (checker.FullName[packageName.size()] == PackageSeparator)
130 size_t nameLength = i->FullName.size();
138 out.indent(initialPad) << i->FullName;
140 int pad = optionFieldWidth - i->FullName.size();
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerRegistry.h84 StringRef FullName; member in struct:clang::ento::CheckerRegistry::CheckerInfo
88 : Initialize(fn), FullName(name), Desc(desc) {}
/freebsd-9.3-release/contrib/sendmail/src/
H A Denvelope.c983 extern char *FullName;
1096 if (FullName == NULL)
1097 FullName = macvalue('x', e);
1098 if (FullName != NULL)
1100 if (FullName[0] == '\0')
1101 FullName = NULL;
1103 FullName = newstr(FullName);
1133 if (FullName == NULL && !internal &&
1137 FullName
[all...]
H A Dmain.c95 char *FullName; /* sender's full name */ variable
677 FullName = getextenv("NAME");
678 if (FullName != NULL)
679 FullName = newstr(FullName);
873 FullName = newstr(optarg);
978 FullName = NULL;
1001 FullName = NULL;
1667 FullName = NULL;
1689 /* special considerations for FullName */
[all...]
H A Dsrvrsmtp.c2378 extern char *FullName;
2381 SM_FREE_CLR(FullName);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp593 SmallString<256> FullName; local
599 return FullName;
602 return FullName;
606 llvm::raw_svector_ostream Out(FullName);
609 return FullName;
634 SmallString<256> FullName = getUniqueTagTypeName(Ty, CGM, TheCU); local
636 FullName);
1856 SmallString<256> FullName = getUniqueTagTypeName(Ty, CGM, TheCU); local
1868 Size, Align, FullName);
1894 ClassTy, FullName);
2245 SmallString<256> FullName = getUniqueTagTypeName(Ty, CGM, TheCU); local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1412 const StringRef FullName = FullNameString; local
1415 return FullName == Pattern;
1417 return FullName.endswith(("::" + Pattern).str());
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h710 unsigned getOrCreateSourceID(StringRef DirName, StringRef FullName,
H A DDwarfCompileUnit.cpp998 std::string FullName = getParentContextString(Context) + Name.str(); local
999 GlobalNames[FullName] = Die;
1010 std::string FullName = local
1012 GlobalTypes[FullName] = Entry->getEntry();

Completed in 192 milliseconds