HomeSort by relevance Sort by last modified time
    Searched refs:Int128 (Results 1 - 16 of 16) sorted by null

  /external/clang/lib/Serialization/
ASTCommon.cpp 46 case BuiltinType::Int128: ID = PREDEF_TYPE_INT128_ID; break;
  /external/clang/tools/libclang/
CXType.cpp 50 BTCASE(Int128);
438 TKIND(Int128);
CIndexUSRs.cpp 576 case BuiltinType::Int128:
  /external/clang/lib/AST/
TypeLoc.cpp 248 case BuiltinType::Int128:
NSAPI.cpp 340 case BuiltinType::Int128:
Type.cpp 644 BT->getKind() <= BuiltinType::Int128;
657 BT->getKind() <= BuiltinType::Int128;
724 BT->getKind() <= BuiltinType::Int128;
740 BT->getKind() <= BuiltinType::Int128;
    [all...]
ASTContext.cpp 843 InitBuiltinType(Int128Ty, BuiltinType::Int128);
    [all...]
MicrosoftMangle.cpp     [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 450 case BuiltinType::Int128:
  /external/clang/lib/Sema/
Sema.cpp 135 DeclarationName Int128 = &Context.Idents.get("__int128_t");
136 if (IdResolver.begin(Int128) == IdResolver.end())
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 371 case BuiltinType::Int128:
CGRTTI.cpp 192 case BuiltinType::Int128:
    [all...]
CGDebugInfo.cpp 463 case BuiltinType::Int128:
    [all...]
TargetInfo.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 287 milliseconds