/external/clang/lib/AST/ |
D | ExprClassification.cpp | 56 case Cl::CL_LValue: assert(getValueKind() == VK_LValue); break; in ClassifyImpl() 57 case Cl::CL_XValue: assert(getValueKind() == VK_XValue); break; in ClassifyImpl() 67 case Cl::CL_PRValue: assert(getValueKind() == VK_RValue); break; in ClassifyImpl() 254 return ClassifyExprValueKind(Lang, E, E->getValueKind()); in ClassifyInternal() 259 cast<PseudoObjectExpr>(E)->getValueKind()); in ClassifyInternal() 264 return ClassifyExprValueKind(Lang, E, E->getValueKind()); in ClassifyInternal() 398 return ClassifyExprValueKind(Lang, E, E->getValueKind()); in ClassifyInternal()
|
D | Expr.cpp | 3394 assert((E->getValueKind() == VK_LValue && in getObjCProperty() 3434 (ICE->getValueKind() != VK_RValue && ICE->getCastKind() == CK_NoOp)) in getSourceBitField() 3474 if (ICE->getValueKind() != VK_RValue && in refersToVectorElement() 3607 AssocExprs[ResultIndex]->getValueKind(), in GenericSelectionExpr() 3668 Init->getValueKind(), Init->getObjectKind(), in DesignatedInitExpr() 3909 VK = semantics[resultIndex]->getValueKind(); in Create()
|
D | ASTImporter.cpp | 5059 T, E->getValueKind(), in VisitDeclRefExpr() 5108 T, E->getValueKind(), in VisitUnaryOperator() 5152 T, E->getValueKind(), in VisitBinaryOperator() 5181 T, E->getValueKind(), in VisitCompoundAssignOperator() 5209 SubExpr, &BasePath, E->getValueKind()); in VisitImplicitCastExpr() 5230 E->getValueKind(), E->getCastKind(), in VisitCStyleCastExpr() 5300 nullptr, T, E->getValueKind(), in VisitMemberExpr() 5333 llvm::makeArrayRef(ToArgs_Copied, NumArgs), T, E->getValueKind(), in VisitCallExpr()
|
D | StmtProfile.cpp | 741 ID.AddInteger(S->getValueKind()); in VisitImplicitCastExpr()
|
D | ExprCXX.cpp | 1119 subexpr->getValueKind(), subexpr->getObjectKind(), in ExprWithCleanups()
|
D | ASTDumper.cpp | 1706 switch (Node->getValueKind()) { in VisitExpr()
|
/external/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 65 refExpr->getValueKind(), refExpr->getObjectKind(), in rebuildObjCPropertyRefExpr() 71 refExpr->getValueKind(), refExpr->getObjectKind(), in rebuildObjCPropertyRefExpr() 81 refExpr->getValueKind(), refExpr->getObjectKind(), in rebuildObjCSubscriptRefExpr() 91 refExpr->getValueKind(), refExpr->getQualifierLoc(), in rebuildMSPropertyRefExpr() 103 refExpr->getType(), refExpr->getValueKind(), refExpr->getObjectKind(), in rebuildMSPropertySubscriptExpr() 133 uop->getValueKind(), in rebuild() 175 rebuiltExpr->getValueKind(), in rebuild() 365 e->getValueKind(), e->getObjectKind(), in capture() 449 capturedRHS->getValueKind(), in buildAssignmentOperation() 464 result.get()->getValueKind(), in buildAssignmentOperation() [all …]
|
D | SemaCoroutine.cpp | 246 if (E->getValueKind() == VK_RValue) in BuildCoawaitExpr() 313 if (E->getValueKind() == VK_RValue) in BuildCoyieldExpr()
|
D | SemaExprCXX.cpp | 444 E = ImpCastExprToType(E, UnqualT, CK_NoOp, E->getValueKind()).get(); in BuildCXXTypeId() 2963 nullptr, Result.get()->getValueKind()); in BuildCXXCastArgument() 3346 CK_DerivedToBase, From->getValueKind(), in PerformImplicitConversion() 3445 From->getValueKind()).get(); in PerformImplicitConversion() 3466 From->getValueKind() : VK_RValue; in PerformImplicitConversion() 4597 ExprValueKind VK = isIndirect ? VK_RValue : LHS.get()->getValueKind(); in CheckPointerToMemberOperands() 4656 VK = LHS.get()->getValueKind(); in CheckPointerToMemberOperands() 4874 VK = NonThrow->getValueKind(); in CXXCheckConditionalOperands() 4934 ExprValueKind LVK = LHS.get()->getValueKind(); in CXXCheckConditionalOperands() 4935 ExprValueKind RVK = RHS.get()->getValueKind(); in CXXCheckConditionalOperands() [all …]
|
D | SemaExprMember.cpp | 1571 VK = POE->getSyntacticForm()->getValueKind(); in LookupMemberExpr() 1573 VK = BaseExpr.get()->getValueKind(); in LookupMemberExpr() 1708 VK = BaseExpr->getValueKind(); in BuildFieldReferenceExpr()
|
D | SemaExpr.cpp | 2565 ExprValueKind VK = From->getValueKind(); in PerformObjectMemberConversion() 4188 VK = LHSExp->getValueKind(); in CreateBuiltinArraySubscriptExpr() 4969 Fn->getValueKind(), FDecl); in ActOnCallExpr() 6650 && commonExpr->getValueKind() == RHSExpr->getValueKind() in ActOnConditionalOp() 6663 commonExpr->getValueKind(), in ActOnConditionalOp() 10320 VK = LHS.get()->getValueKind(); in CreateBuiltinBinOp() 10415 VK = RHS.get()->getValueKind(); in CreateBuiltinBinOp() 10923 if (Input.get()->getValueKind() != VK_RValue && in CreateBuiltinUnaryOp() 10925 VK = Input.get()->getValueKind(); in CreateBuiltinUnaryOp() 10934 VK = Input.get()->getValueKind(); in CreateBuiltinUnaryOp() [all …]
|
D | SemaInit.cpp | 4055 return Initializer->getValueKind(); in convertQualifiersAndValueKindIfNecessary() 4065 Initializer->getValueKind()); in convertQualifiersAndValueKindIfNecessary() 4068 return Initializer->getValueKind(); in convertQualifiersAndValueKindIfNecessary() 6434 CurInit.get()->getValueKind()); in Perform() 6565 ILE->setValueKind(E->getValueKind()); in Perform() 6665 CurInit.get()->getValueKind()); in Perform() 6763 CurInit.get()->getValueKind()); in Perform()
|
D | SemaCast.cpp | 94 castExpr->getValueKind()); in complete()
|
D | SemaTemplateInstantiate.cpp | 1184 type, resultExpr->getValueKind(), loc, parm, resultExpr); in transformNonTypeTemplateParmRef()
|
D | SemaOverload.cpp | 4968 From->getValueKind()).get(); in PerformObjectArgumentInitialization() 5326 nullptr, Result.get()->getValueKind()); in diagnoseNoViableConversion() 5355 nullptr, Result.get()->getValueKind()); in recordConversion() 12735 ICE->getValueKind()); in FixOverloadedFunctionReference()
|
D | SemaChecking.cpp | 231 BuiltinCall->setValueKind(CE->getValueKind()); in SemaBuiltinCallWithStaticChain() 2267 DRE->getValueKind()); in SemaBuiltinAtomicOverloaded() 5870 if (IE->getValueKind() == VK_LValue) { in EvalVal()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 191 uint64_t ValueKind = Ind->getValueKind()->getZExtValue(); in computeNumValueSiteCounts() 210 uint64_t ValueKind = Ind->getValueKind()->getZExtValue(); in lowerValueProfileInst()
|
/external/llvm/include/llvm/IR/ |
D | IntrinsicInst.h | 399 ConstantInt *getValueKind() const { in getValueKind() function
|
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 949 param->getDefaultArg()->getValueKind(), in CXXDefaultArgExpr() 956 SubExpr->getValueKind(), SubExpr->getObjectKind(), in CXXDefaultArgExpr() 3556 : Expr(PackExpansionExprClass, T, Pattern->getValueKind(), in PackExpansionExpr() 3985 return getValueKind() == VK_LValue; in isBoundToLvalueReference() 4095 : Expr(SC, Resume->getType(), Resume->getValueKind(), in CoroutineSuspendExpr()
|
D | Expr.h | 246 bool isLValue() const { return getValueKind() == VK_LValue; } in isLValue() 247 bool isRValue() const { return getValueKind() == VK_RValue; } in isRValue() 248 bool isXValue() const { return getValueKind() == VK_XValue; } in isXValue() 249 bool isGLValue() const { return getValueKind() != VK_RValue; } in isGLValue() 400 ExprValueKind getValueKind() const { in getValueKind() function 1667 val->getValueKind(), val->getObjectKind(), in ParenExpr()
|
/external/clang/lib/CodeGen/ |
D | CGDecl.cpp | 632 if (srcExpr->getValueKind() == VK_LValue) { in tryEmitARCCopyWeakInit() 635 assert(srcExpr->getValueKind() == VK_XValue); in tryEmitARCCopyWeakInit()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 1262 OldMsg->getValueKind(), in RewritePropertyOrImplicitSetter() 1275 OldMsg->getValueKind(), in RewritePropertyOrImplicitSetter() 1289 OldMsg->getValueKind(), in RewritePropertyOrImplicitSetter() 1338 OldMsg->getValueKind(), in RewritePropertyOrImplicitGetter() 1351 OldMsg->getValueKind(), in RewritePropertyOrImplicitGetter() 1365 OldMsg->getValueKind(), in RewritePropertyOrImplicitGetter()
|
D | RewriteModernObjC.cpp | 1475 OldMsg->getValueKind(), in RewritePropertyOrImplicitSetter() 1488 OldMsg->getValueKind(), in RewritePropertyOrImplicitSetter() 1502 OldMsg->getValueKind(), in RewritePropertyOrImplicitSetter() 1558 OldMsg->getValueKind(), in RewritePropertyOrImplicitGetter() 1571 OldMsg->getValueKind(), in RewritePropertyOrImplicitGetter() 1585 OldMsg->getValueKind(), in RewritePropertyOrImplicitGetter()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CallEvent.cpp | 38 switch (E->getValueKind()) { in getResultType()
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 348 Record.push_back(E->getValueKind()); in VisitExpr() 580 Record.push_back(E->getValueKind()); in VisitMemberExpr()
|