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

  /external/clang/include/clang/AST/
APValue.h 42 enum ValueKind {
69 ValueKind Kind;
180 ValueKind getKind() const { return Kind; }
Expr.h 114 ExprBits.ValueKind = VK;
403 return static_cast<ExprValueKind>(ExprBits.ValueKind);
419 void setValueKind(ExprValueKind Cat) { ExprBits.ValueKind = Cat; }
    [all...]
Stmt.h 165 unsigned ValueKind : 2;
    [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 53 ValueKind(Expr::getValueKindForType(destType)),
68 ExprValueKind ValueKind;
265 Op.ValueKind, Op.SrcExpr.get(), DestTInfo,
276 Op.ValueKind, Op.Kind, Op.SrcExpr.get(),
288 Op.ValueKind, Op.Kind, Op.SrcExpr.get(),
301 Op.ValueKind, Op.Kind, Op.SrcExpr.get(),
537 if (ValueKind == VK_RValue)
697 if (ValueKind == VK_RValue)
812 if (ValueKind == VK_RValue && !isPlaceholder(BuiltinType::Overload))
    [all...]
SemaInit.cpp     [all...]
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 253 module ValueKind = struct
387 external classify_value : llvalue -> ValueKind.t = "llvm_classify_value"
    [all...]
llvm_ocaml.c 471 /* keep in sync with ValueKind.t */
472 enum ValueKind {
497 /* llvalue -> ValueKind.t */
    [all...]
llvm.mli 320 module ValueKind : sig
661 val classify_value : llvalue -> ValueKind.t
    [all...]

Completed in 302 milliseconds