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

  /external/clang/include/clang/AST/
CanonicalType.h 287 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasSignedIntegerRepresentation)
Type.h     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp 722 bool Type::hasSignedIntegerRepresentation() const {
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
CGCall.cpp 772 if (RetTy->hasSignedIntegerRepresentation())
    [all...]

Completed in 2552 milliseconds