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

1 2

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUHSAMetadataStreamer.h 50 ValueKind getValueKind(Type *Ty, StringRef TypeQual,
AMDGPUHSAMetadataStreamer.cpp 95 ValueKind MetadataStreamer::getValueKind(Type *Ty, StringRef TypeQual,
365 emitKernelArg(DL, Ty, getValueKind(Arg.getType(), TypeQual, BaseTypeName),
  /external/clang/lib/AST/
ExprClassification.cpp 56 case Cl::CL_LValue: assert(getValueKind() == VK_LValue); break;
57 case Cl::CL_XValue: assert(getValueKind() == VK_XValue); break;
67 case Cl::CL_PRValue: assert(getValueKind() == VK_RValue); break;
254 return ClassifyExprValueKind(Lang, E, E->getValueKind());
259 cast<PseudoObjectExpr>(E)->getValueKind());
264 return ClassifyExprValueKind(Lang, E, E->getValueKind());
399 return ClassifyExprValueKind(Lang, E, E->getValueKind());
ASTImporter.cpp     [all...]
Expr.cpp     [all...]
ASTDumper.cpp     [all...]
ExprCXX.cpp     [all...]
StmtProfile.cpp 857 ID.AddInteger(S->getValueKind());
    [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 65 refExpr->getValueKind(), refExpr->getObjectKind(),
71 refExpr->getValueKind(), refExpr->getObjectKind(),
81 refExpr->getValueKind(), refExpr->getObjectKind(),
91 refExpr->getValueKind(), refExpr->getQualifierLoc(),
103 refExpr->getType(), refExpr->getValueKind(), refExpr->getObjectKind(),
133 uop->getValueKind(),
175 rebuiltExpr->getValueKind(),
365 e->getValueKind(), e->getObjectKind(),
449 capturedRHS->getValueKind(),
464 result.get()->getValueKind(),
    [all...]
SemaCoroutine.cpp 246 if (E->getValueKind() == VK_RValue)
313 if (E->getValueKind() == VK_RValue)
SemaExprCXX.cpp 444 E = ImpCastExprToType(E, UnqualT, CK_NoOp, E->getValueKind()).get();
    [all...]
SemaExprMember.cpp     [all...]
SemaExpr.cpp     [all...]
SemaInit.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 184 uint64_t ValueKind = Ind->getValueKind()->getZExtValue();
203 uint64_t ValueKind = Ind->getValueKind()->getZExtValue();
  /external/llvm/include/llvm/IR/
IntrinsicInst.h 387 ConstantInt *getValueKind() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 545 uint64_t ValueKind = Ind->getValueKind()->getZExtValue();
563 uint64_t ValueKind = Ind->getValueKind()->getZExtValue();
569 bool IsRange = (Ind->getValueKind()->getZExtValue() ==
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
IntrinsicInst.h 752 ConstantInt *getValueKind() const {
  /external/clang/include/clang/AST/
Expr.h 247 bool isLValue() const { return getValueKind() == VK_LValue; }
248 bool isRValue() const { return getValueKind() == VK_RValue; }
249 bool isXValue() const { return getValueKind() == VK_XValue; }
250 bool isGLValue() const { return getValueKind() != VK_RValue; }
400 /// getValueKind - The value kind that this expression produces.
401 ExprValueKind getValueKind() const {
    [all...]
ExprCXX.h     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 635 if (srcExpr->getValueKind() == VK_LValue) {
638 assert(srcExpr->getValueKind() == VK_XValue);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 38 switch (E->getValueKind()) {
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 361 Record.push_back(E->getValueKind());
594 Record.push_back(E->getValueKind());
    [all...]

Completed in 217 milliseconds

1 2