Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-pdbdump/
DEnumDumper.cpp29 auto BuiltinType = Symbol.getUnderlyingType(); in start() local
/external/syzkaller/vendor/github.com/ianlancetaylor/demangle/
Dast.go534 type BuiltinType struct { struct
535 Name string
538 func (bt *BuiltinType) print(ps *printState) {
542 func (bt *BuiltinType) Traverse(fn func(AST) bool) {
546 func (bt *BuiltinType) Copy(fn func(AST) AST, skip func(AST) bool) AST {
553 func (bt *BuiltinType) GoString() string {
557 func (bt *BuiltinType) goString(indent int, field string) string {
/external/clang/utils/ABITest/
DTypeGen.py33 class BuiltinType(Type): class
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h185 BuiltinType, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h196 BuiltinType, enumerator
/external/clang/lib/Sema/
DSemaTemplate.cpp4057 bool UnnamedLocalNoLinkageFinder::VisitBuiltinType(const BuiltinType*) { in VisitBuiltinType()
DSemaChecking.cpp5694 QualType BuiltinType = Context.GetBuiltinType(AbsType, Error); in getAbsoluteValueArgumentType() local