HomeSort by: relevance | last modified time | path
    Searched defs:getValueKind (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUHSAMetadataStreamer.cpp 114 ValueKind MetadataStreamerV2::getValueKind(Type *Ty, StringRef TypeQual,
342 getValueKind(ArgTy, TypeQual, BaseTypeName), PointeeAlign, Name,
534 StringRef MetadataStreamerV3::getValueKind(Type *Ty, StringRef TypeQual,
739 getValueKind(ArgTy, TypeQual, BaseTypeName), Offset, Args,
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IntrinsicInst.h 1149 ConstantInt *getValueKind() const {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 272 bool isLValue() const { return getValueKind() == VK_LValue; }
273 bool isRValue() const { return getValueKind() == VK_RValue; }
274 bool isXValue() const { return getValueKind() == VK_XValue; }
275 bool isGLValue() const { return getValueKind() != VK_RValue; }
431 /// getValueKind - The value kind that this expression produces.
432 ExprValueKind getValueKind() const {
999 : Expr(SC, subexpr->getType(), subexpr->getValueKind(),
2049 : Expr(ParenExprClass, val->getType(), val->getValueKind(),
2661 : Expr(MatrixSubscriptExprClass, T, Base->getValueKind(),

Completed in 18 milliseconds