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/ |
D | ast.go | 897 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 D | EnumDumper.cpp | 29 auto BuiltinType = Symbol.getUnderlyingType(); in start() local
|
/aosp_15_r20/development/vndk/tools/header-checker/src/repr/protobuf/proto/ |
H A D | abi_dump.proto | 44 message BuiltinType { message
|
/aosp_15_r20/external/clang/utils/ABITest/ |
H A D | TypeGen.py | 33 class BuiltinType(Type): class
|
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBTypes.h | 185 BuiltinType, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/PDB/ |
D | PDBTypes.h | 260 BuiltinType, enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBTypes.h | 258 BuiltinType, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/PDB/ |
D | PDBTypes.h | 260 BuiltinType, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/PDB/ |
D | PDBTypes.h | 260 BuiltinType, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/PDB/ |
D | PDBTypes.h | 260 BuiltinType, enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBTypes.h | 260 BuiltinType, enumerator
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaTemplate.cpp | 4057 bool UnnamedLocalNoLinkageFinder::VisitBuiltinType(const BuiltinType*) { in VisitBuiltinType()
|
H A D | SemaChecking.cpp | 5694 QualType BuiltinType = Context.GetBuiltinType(AbsType, Error); in getAbsoluteValueArgumentType() local
|