Home
last modified time | relevance | path

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

/external/llvm/docs/
DCodingStandards.rst992 Type = Context.getjmp_bufType();
1014 Type = Context.getjmp_bufType();
1030 Type = Context.getjmp_bufType();
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DCodingStandards.rst1054 Type = Context.getjmp_bufType();
1076 Type = Context.getjmp_bufType();
1092 Type = Context.getjmp_bufType();
/external/clang/include/clang/AST/
DASTContext.h1513 QualType getjmp_bufType() const { in getjmp_bufType() function
/external/clang/lib/Serialization/
DASTWriter.cpp4409 AddTypeRef(Context.getjmp_bufType(), SpecialTypes); in WriteASTCore()
/external/clang/lib/AST/
DASTContext.cpp8282 Type = Context.getjmp_bufType(); in DecodeTypeFromStr()