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

/external/llvm/tools/llvm-pdbdump/
H A DEnumDumper.cpp28 auto BuiltinType = Symbol.getUnderlyingType(); local
29 if (BuiltinType->getBuiltinType() != PDB_BuiltinType::Int ||
30 BuiltinType->getLength() != 4) {
33 Dumper.start(*BuiltinType);
/external/clang/utils/ABITest/
H A DTypeGen.py33 class BuiltinType(Type): class in inherits:Type
445 fbtg = FixedTypeGenerator([BuiltinType('char', 4),
446 BuiltinType('char', 4, 0),
447 BuiltinType('int', 4, 5)])
456 btg = FixedTypeGenerator([BuiltinType('char', 4),
457 BuiltinType('int', 4)])
/external/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp306 InsertItemWithTag(PDB_SymType::BuiltinType); variable
368 VerifyDyncast<PDBSymbolTypeBuiltin>(PDB_SymType::BuiltinType);
/external/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h285 BuiltinType, member in class:llvm::PDB_Checksum::PDB_Machine::PDB_Lang::PDB_SymType
/external/clang/lib/Sema/
H A DSemaTemplate.cpp3941 bool UnnamedLocalNoLinkageFinder::VisitBuiltinType(const BuiltinType*) { argument
H A DSemaChecking.cpp2305 if (CastArg->getType()->isSpecificBuiltinType(BuiltinType::Float)) {
2306 assert(Cast->getType()->isSpecificBuiltinType(BuiltinType::Double) &&
4330 QualType BuiltinType = Context.GetBuiltinType(AbsType, Error); local
4334 const FunctionProtoType *FT = BuiltinType->getAs<FunctionProtoType>();
5633 const BuiltinType *BT = cast<BuiltinType>(T);
5656 const BuiltinType *BT = cast<BuiltinType>(T);
6484 if (T->isSpecificBuiltinType(BuiltinType::Bool))
6514 const BuiltinType *FloatCandidateB
[all...]
/external/clang/include/clang/AST/
H A DType.h1254 friend class BuiltinType;
1258 /// The kind (BuiltinType::Kind) of builtin type this is.
1500 const BuiltinType *getAsPlaceholderType() const;
1506 /// other than Overload; see BuiltinType::isNonOverloadPlaceholderType.
1859 /// BuiltinType - This class is used for builtin types like 'int'. Builtin
1861 class BuiltinType : public Type { class in namespace:clang
1870 BuiltinType(Kind K) function in class:clang::BuiltinType
4341 /// pointee is an ObjCObjectType with base BuiltinType::ObjCIdType
4345 /// with base BuiltinType::ObjCIdType and protocol list [P]. Eventually
4358 /// Either a BuiltinType o
[all...]

Completed in 337 milliseconds