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

1 2

  /external/llvm/include/llvm/IR/
Type.h 376 static Type *getTokenTy(LLVMContext &C);
Constants.h 772 : ConstantData(Type::getTokenTy(Context), ConstantTokenNoneVal) {}
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Type.h 387 static Type *getTokenTy(LLVMContext &C);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Type.h 391 static Type *getTokenTy(LLVMContext &C);
Constants.h 804 : ConstantData(Type::getTokenTy(Context), ConstantTokenNoneVal) {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Type.h 396 static Type *getTokenTy(LLVMContext &C);
Constants.h 797 : ConstantData(Type::getTokenTy(Context), ConstantTokenNoneVal) {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Type.h 396 static Type *getTokenTy(LLVMContext &C);
Constants.h 797 : ConstantData(Type::getTokenTy(Context), ConstantTokenNoneVal) {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Type.h 402 static Type *getTokenTy(LLVMContext &C);
Constants.h 795 : ConstantData(Type::getTokenTy(Context), ConstantTokenNoneVal) {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Type.h 402 static Type *getTokenTy(LLVMContext &C);
Constants.h 795 : ConstantData(Type::getTokenTy(Context), ConstantTokenNoneVal) {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Type.h 402 static Type *getTokenTy(LLVMContext &C);
Constants.h 795 : ConstantData(Type::getTokenTy(Context), ConstantTokenNoneVal) {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Type.h 402 static Type *getTokenTy(LLVMContext &C);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Type.h 391 static Type *getTokenTy(LLVMContext &C);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Type.h 396 static Type *getTokenTy(LLVMContext &C);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Type.h 396 static Type *getTokenTy(LLVMContext &C);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Type.h 402 static Type *getTokenTy(LLVMContext &C);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Type.h 402 static Type *getTokenTy(LLVMContext &C);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Type.h 402 static Type *getTokenTy(LLVMContext &C);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Type.h 402 static Type *getTokenTy(LLVMContext &C);
  /external/llvm/lib/IR/
Type.cpp 38 case TokenTyID : return getTokenTy(C);
160 Type *Type::getTokenTy(LLVMContext &C) { return &C.pImpl->TokenTy; }
  /external/llvm/lib/AsmParser/
LLLexer.cpp 720 TYPEKEYWORD("token", Type::getTokenTy(Context));

Completed in 3682 milliseconds

1 2