OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Int128Ty
(Results
1 - 8
of
8
) sorted by null
/external/llvm/unittests/VMCore/
ConstantsTest.cpp
115
IntegerType *
Int128Ty
= Type::getIntNTy(getGlobalContext(), 128);
116
Constant *Zero128 = Constant::getNullValue(
Int128Ty
);
/external/clang/lib/CodeGen/
CodeGenTBAA.cpp
133
return getTBAAInfo(Context.
Int128Ty
);
/external/clang/lib/Sema/
Sema.cpp
68
TInfo = Context.getTrivialTypeSourceInfo(Context.
Int128Ty
);
[
all
...]
SemaDeclAttr.cpp
[
all
...]
/external/clang/include/clang/AST/
ASTContext.h
453
CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy,
Int128Ty
;
[
all
...]
/external/clang/lib/AST/
ASTContext.cpp
390
InitBuiltinType(
Int128Ty
, BuiltinType::Int128);
[
all
...]
ASTImporter.cpp
[
all
...]
/external/clang/lib/Serialization/
ASTReader.cpp
[
all
...]
Completed in 849 milliseconds