HomeSort by relevance Sort by last modified time
    Searched refs:isReferenceType (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/clang/lib/Analysis/
PseudoConstantAnalysis.cpp 181 if (!VD->getType().getTypePtr()->isReferenceType())
LiveVariables.cpp 342 if (VD->getType()->isReferenceType())
CFG.cpp 678 IsReference = FD->getType()->isReferenceType();
776 if ((*I)->getType()->isReferenceType()) {
911 if (QT.getTypePtr()->isReferenceType()) {
    [all...]
  /external/clang/lib/AST/
ExprClassification.cpp 53 assert(!TR->isReferenceType() && "Expressions can't have reference type.");
395 islvalue = NTTParm->getType()->isReferenceType();
449 if (Value->getType()->isReferenceType())
APValue.cpp 348 bool IsReference = Ty->isReferenceType();
Type.cpp 48 if (ty->isPointerType() || ty->isReferenceType())
    [all...]
MicrosoftMangle.cpp 236 if (Ty->isPointerType() || Ty->isReferenceType()) {
    [all...]
  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 26 assert(!D.getType()->isReferenceType() &&
131 if (!T->isReferenceType()) {
CGExprAgg.cpp 119 if (E->getDecl()->getType()->isReferenceType()) {
645 if (E->getCallReturnType()->isReferenceType()) {
851 } else if (type->isReferenceType()) {
    [all...]
CGExpr.cpp 750 assert(!type->isReferenceType());
    [all...]
CGExprConstant.cpp     [all...]
CGExprComplex.cpp 342 if (E->getCallReturnType()->isReferenceType())
CGVTables.cpp 182 bool NullCheckValue = !ResultType->isReferenceType();
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 254 T->isReferenceType();
  /dalvik/vm/analysis/
RegisterMap.cpp 360 static inline bool isReferenceType(RegType type)
381 if (isReferenceType(type))
534 regIsRef = isReferenceType(type);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 224 !PointeeTy->isAnyPointerType() && !PointeeTy->isReferenceType()) {
SValBuilder.cpp 374 originalTy->isBlockPointerType() || castTy->isReferenceType());
ExprEngineC.cpp 307 if (T->isReferenceType()) {
412 !VD->getType()->isReferenceType() && isa<loc::MemRegionVal>(InitVal)){
  /external/clang/lib/Sema/
SemaInit.cpp 300 if (Field->getType()->isReferenceType()) {
726 } else if (DeclType->isReferenceType()) {
764 } else if (ElemType->isReferenceType()) {
    [all...]
SemaExprCXX.cpp 406 if (QT->isPointerType() || QT->isReferenceType())
    [all...]
SemaType.cpp     [all...]
SemaChecking.cpp     [all...]
SemaTemplate.cpp 639 T->isReferenceType() ||
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
GenericTaintChecker.cpp 488 || (ArgTy->isReferenceType() && !Arg->getType().isConstQualified()))
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 692 milliseconds

1 2 3