Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/docs/
DCodingStandards.rst952 Type = Context.getsigjmp_bufType();
976 Type = Context.getsigjmp_bufType();
996 Type = Context.getsigjmp_bufType();
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DASTContext.h1934 QualType getsigjmp_bufType() const { in getsigjmp_bufType() function
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTWriter.cpp4903 AddTypeRef(Context.getsigjmp_bufType(), SpecialTypes); in WriteASTCore()
/openbsd/src/gnu/llvm/clang/lib/AST/
DASTContext.cpp11345 Type = Context.getsigjmp_bufType(); in DecodeTypeFromStr()