Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp4701 static const char *const FieldNames[] = { in getBlockDescriptorType() local
4709 &Idents.get(FieldNames[i]), FieldTypes[i], /*TInfo=*/nullptr, in getBlockDescriptorType()
4738 static const char *const FieldNames[] = { in getBlockDescriptorExtendedType() local
4748 &Idents.get(FieldNames[i]), FieldTypes[i], /*TInfo=*/nullptr, in getBlockDescriptorExtendedType()
5905 const char *FieldNames[NumFields]; in CreateAArch64ABIBuiltinVaListDecl() local
5909 FieldNames[0] = "__stack"; in CreateAArch64ABIBuiltinVaListDecl()
5913 FieldNames[1] = "__gr_top"; in CreateAArch64ABIBuiltinVaListDecl()
5917 FieldNames[2] = "__vr_top"; in CreateAArch64ABIBuiltinVaListDecl()
5921 FieldNames[3] = "__gr_offs"; in CreateAArch64ABIBuiltinVaListDecl()
5925 FieldNames[4] = "__vr_offs"; in CreateAArch64ABIBuiltinVaListDecl()
[all …]