OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Int128Ty
(Results
1 - 2
of
2
) sorted by null
/external/llvm/unittests/VMCore/
ConstantsTest.cpp
115
IntegerType *
Int128Ty
= Type::getIntNTy(getGlobalContext(), 128);
116
Constant *Zero128 = Constant::getNullValue(
Int128Ty
);
/external/clang/include/clang/AST/
ASTContext.h
453
CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy,
Int128Ty
;
[
all
...]
Completed in 15 milliseconds