Home
last modified time | relevance | path

Searched refs:TypeNames (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DTypeSanitizer.cpp96 TypeNameMapTy &TypeNames);
99 TypeNameMapTy &TypeNames, Module &M);
102 TypeNameMapTy &TypeNames, Module &M);
167 TypeNameMapTy TypeNames; in instrumentGlobals() local
174 if (!generateBaseTypeDescriptor(TBAAMD, TypeDescriptors, TypeNames, M)) in instrumentGlobals()
223 TypeNameMapTy &TypeNames) { in getAnonymousStructIdentifier() argument
231 auto TNI = TypeNames.find(MemberNode); in getAnonymousStructIdentifier()
233 if (TNI != TypeNames.end()) { in getAnonymousStructIdentifier()
243 MemberName = getAnonymousStructIdentifier(MemberNode, TypeNames); in getAnonymousStructIdentifier()
246 TypeNames[MemberNode] = MemberName; in getAnonymousStructIdentifier()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.h136 TemplateNames, TypeNames, VariableTemplates; variable
H A DFormatTokenLexer.cpp81 for (const auto &TypeName : Style.TypeNames)
82 TypeNames.insert(&IdentTable.get(TypeName));
1483 else if (TypeNames.contains(Identifier)) in getNextToken()
H A DFormat.cpp1213 IO.mapOptional("TypeNames", Style.TypeNames); in mapping()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h5200 std::vector<std::string> TypeNames; member
5505 TypeNames == R.TypeNames && TypenameMacros == R.TypenameMacros &&
/freebsd/usr.sbin/syslogd/
H A Dsyslogd.c260 static const char *TypeNames[] = { variable
2100 dprintf("Logging to %s", TypeNames[f->f_type]); in fprintlog_first()
2652 printf("%s: ", TypeNames[f->f_type]); in init()
3335 TypeNames[f->f_type], f->f_prevcount, in markit()