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

1 2

  /external/llvm/include/llvm/IR/
IntrinsicInst.h 387 ConstantInt *getValueKind() const {
  /external/r8/src/main/java/com/android/tools/r8/graph/
DexValue.java 446 protected abstract byte getValueKind();
454 writeHeader(getValueKind(), length - 1, dest);
470 return value.hashCode() * 7 + getValueKind();
480 return that.getValueKind() == getValueKind() && that.value.equals(value);
487 return "Item " + getValueKind() + " " + value;
498 protected byte getValueKind() {
510 protected byte getValueKind() {
527 protected byte getValueKind() {
544 protected byte getValueKind() {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
IntrinsicInst.h 479 ConstantInt *getValueKind() const {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
IntrinsicInst.h 479 ConstantInt *getValueKind() const {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
IntrinsicInst.h 479 ConstantInt *getValueKind() const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IntrinsicInst.h 479 ConstantInt *getValueKind() const {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
IntrinsicInst.h 479 ConstantInt *getValueKind() const {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
IntrinsicInst.h 479 ConstantInt *getValueKind() const {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
IntrinsicInst.h 479 ConstantInt *getValueKind() const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IntrinsicInst.h 479 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...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Expr.h 248 bool isLValue() const { return getValueKind() == VK_LValue; }
249 bool isRValue() const { return getValueKind() == VK_RValue; }
250 bool isXValue() const { return getValueKind() == VK_XValue; }
251 bool isGLValue() const { return getValueKind() != VK_RValue; }
401 /// getValueKind - The value kind that this expression produces.
402 ExprValueKind getValueKind() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Expr.h 248 bool isLValue() const { return getValueKind() == VK_LValue; }
249 bool isRValue() const { return getValueKind() == VK_RValue; }
250 bool isXValue() const { return getValueKind() == VK_XValue; }
251 bool isGLValue() const { return getValueKind() != VK_RValue; }
401 /// getValueKind - The value kind that this expression produces.
402 ExprValueKind getValueKind() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Expr.h 248 bool isLValue() const { return getValueKind() == VK_LValue; }
249 bool isRValue() const { return getValueKind() == VK_RValue; }
250 bool isXValue() const { return getValueKind() == VK_XValue; }
251 bool isGLValue() const { return getValueKind() != VK_RValue; }
401 /// getValueKind - The value kind that this expression produces.
402 ExprValueKind getValueKind() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Expr.h 248 bool isLValue() const { return getValueKind() == VK_LValue; }
249 bool isRValue() const { return getValueKind() == VK_RValue; }
250 bool isXValue() const { return getValueKind() == VK_XValue; }
251 bool isGLValue() const { return getValueKind() != VK_RValue; }
401 /// getValueKind - The value kind that this expression produces.
402 ExprValueKind getValueKind() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Expr.h 248 bool isLValue() const { return getValueKind() == VK_LValue; }
249 bool isRValue() const { return getValueKind() == VK_RValue; }
250 bool isXValue() const { return getValueKind() == VK_XValue; }
251 bool isGLValue() const { return getValueKind() != VK_RValue; }
401 /// getValueKind - The value kind that this expression produces.
402 ExprValueKind getValueKind() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Expr.h 248 bool isLValue() const { return getValueKind() == VK_LValue; }
249 bool isRValue() const { return getValueKind() == VK_RValue; }
250 bool isXValue() const { return getValueKind() == VK_XValue; }
251 bool isGLValue() const { return getValueKind() != VK_RValue; }
401 /// getValueKind - The value kind that this expression produces.
402 ExprValueKind getValueKind() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Expr.h 248 bool isLValue() const { return getValueKind() == VK_LValue; }
249 bool isRValue() const { return getValueKind() == VK_RValue; }
250 bool isXValue() const { return getValueKind() == VK_XValue; }
251 bool isGLValue() const { return getValueKind() != VK_RValue; }
401 /// getValueKind - The value kind that this expression produces.
402 ExprValueKind getValueKind() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Expr.h 248 bool isLValue() const { return getValueKind() == VK_LValue; }
249 bool isRValue() const { return getValueKind() == VK_RValue; }
250 bool isXValue() const { return getValueKind() == VK_XValue; }
251 bool isGLValue() const { return getValueKind() != VK_RValue; }
401 /// getValueKind - The value kind that this expression produces.
402 ExprValueKind getValueKind() const {
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-alpha9/
builder-3.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta1/
builder-3.0.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta2/
builder-3.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta6/
builder-3.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta7/
builder-3.0.0-beta7.jar 
  /prebuilts/sdk/tools/lib/
d8.jar 

Completed in 1858 milliseconds

1 2