OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BuiltinType
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/utils/ABITest/
TypeGen.py
34
class
BuiltinType
(Type):
447
fbtg = FixedTypeGenerator([
BuiltinType
('char', 4),
448
BuiltinType
('char', 4, 0),
449
BuiltinType
('int', 4, 5)])
458
btg = FixedTypeGenerator([
BuiltinType
('char', 4),
459
BuiltinType
('int', 4)])
/src/crypto/external/bsd/heimdal/dist/lib/asn1/
asn1parse.y
193
%type <type>
BuiltinType
333
Type :
BuiltinType
338
BuiltinType
: BitStringType
/src/external/apache2/llvm/dist/clang/utils/TableGen/
SveEmitter.cpp
249
const char *
BuiltinType
;
1314
<< To.Suffix << +", \"" << From.
BuiltinType
<< To.
BuiltinType
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h
260
BuiltinType
,
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h
1564
friend class
BuiltinType
;
1568
/// The kind (
BuiltinType
::Kind) of builtin type this is.
1958
const
BuiltinType
*getAsPlaceholderType() const;
1964
///
BuiltinType
::isNonOverloadPlaceholderType.
2487
class
BuiltinType
: public Type {
2514
BuiltinType
(Kind K)
5812
/// pointee is an ObjCObjectType with base
BuiltinType
::ObjCIdType
5816
/// with base
BuiltinType
::ObjCIdType and protocol list [P]. Eventually
5834
/// Either a
BuiltinType
or an InterfaceType or sugar for either.
5884
return getBaseType()->isSpecificBuiltinType(
BuiltinType
::ObjCId)
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp
9801
QualType
BuiltinType
= Context.GetBuiltinType(BuiltinID, Error);
9803
if (!Error && !
BuiltinType
.isNull() &&
9805
NewFD->getType(),
BuiltinType
))
15191
if (const
BuiltinType
*BT = T->getAs<
BuiltinType
>())
SemaChecking.cpp
5098
if (ValType->isSpecificBuiltinType(
BuiltinType
::LongDouble) &&
6017
Type->isSpecificBuiltinType(
BuiltinType
::Float) || [=] {
9395
QualType
BuiltinType
= Context.GetBuiltinType(AbsType, Error);
9399
const FunctionProtoType *FT =
BuiltinType
->getAs<FunctionProtoType>();
10718
const
BuiltinType
*BT = cast<
BuiltinType
>(T);
10744
const
BuiltinType
*BT = cast<
BuiltinType
>(T);
11380
OtherT->isSpecificBuiltinType(
BuiltinType
::SChar);
11799
return Ty->isSpecificBuiltinType(
BuiltinType
::SChar) &
[
all
...]
Completed in 43 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026