Home
last modified time | relevance | path

Searched defs:BuiltinType (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
Dast.go897 type BuiltinType struct { struct
898 Name string
901 func (bt *BuiltinType) print(ps *printState) {
909 func (bt *BuiltinType) Traverse(fn func(AST) bool) {
913 func (bt *BuiltinType) Copy(fn func(AST) AST, skip func(AST) bool) AST {
920 func (bt *BuiltinType) GoString() string {
924 func (bt *BuiltinType) goString(indent int, field string) string {
928 func (bt *BuiltinType) prec() precedence {
/aosp_15_r20/external/llvm/tools/llvm-pdbdump/
H A DEnumDumper.cpp29 auto BuiltinType = Symbol.getUnderlyingType(); in start() local
/aosp_15_r20/development/vndk/tools/header-checker/src/repr/protobuf/proto/
H A Dabi_dump.proto44 message BuiltinType { message
/aosp_15_r20/external/clang/utils/ABITest/
H A DTypeGen.py33 class BuiltinType(Type): class
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h185 BuiltinType, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/PDB/
DPDBTypes.h260 BuiltinType, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h258 BuiltinType, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/PDB/
DPDBTypes.h260 BuiltinType, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/PDB/
DPDBTypes.h260 BuiltinType, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/PDB/
DPDBTypes.h260 BuiltinType, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h260 BuiltinType, enumerator
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaTemplate.cpp4057 bool UnnamedLocalNoLinkageFinder::VisitBuiltinType(const BuiltinType*) { in VisitBuiltinType()
H A DSemaChecking.cpp5694 QualType BuiltinType = Context.GetBuiltinType(AbsType, Error); in getAbsoluteValueArgumentType() local