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

1 2

  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
metafunctions.cpp 236 namespace FunctionTypes {
257 Arity<int(float, double, long double, char)> check4; // expected-error{{implicit instantiation of undefined template 'FunctionTypes::Arity<int (float, double, long double, char)>'}}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 71 const std::vector<uint32_t>& functionTypes() const { return FunctionTypes; }
171 std::vector<uint32_t> FunctionTypes;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
Wasm.h 78 const std::vector<uint32_t>& functionTypes() const { return FunctionTypes; }
185 std::vector<uint32_t> FunctionTypes;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
Wasm.h 78 const std::vector<uint32_t>& functionTypes() const { return FunctionTypes; }
185 std::vector<uint32_t> FunctionTypes;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 71 const std::vector<uint32_t>& functionTypes() const { return FunctionTypes; }
171 std::vector<uint32_t> FunctionTypes;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
Wasm.h 78 const std::vector<uint32_t>& functionTypes() const { return FunctionTypes; }
185 std::vector<uint32_t> FunctionTypes;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
Wasm.h 78 const std::vector<uint32_t>& functionTypes() const { return FunctionTypes; }
185 std::vector<uint32_t> FunctionTypes;
  /external/swiftshader/third_party/LLVM/lib/VMCore/
LLVMContextImpl.h 183 // TODO: Optimize FunctionTypes/AnonStructTypes!
184 std::map<std::vector<Type*>, FunctionType*> FunctionTypes;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 151 std::vector<uint32_t> FunctionTypes;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ObjectYAML/
WasmYAML.h 162 std::vector<uint32_t> FunctionTypes;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ObjectYAML/
WasmYAML.h 162 std::vector<uint32_t> FunctionTypes;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
Wasm.h 124 const std::vector<uint32_t>& functionTypes() const { return FunctionTypes; }
236 std::vector<uint32_t> FunctionTypes;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
Wasm.h 124 const std::vector<uint32_t>& functionTypes() const { return FunctionTypes; }
236 std::vector<uint32_t> FunctionTypes;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
Wasm.h 124 const std::vector<uint32_t>& functionTypes() const { return FunctionTypes; }
236 std::vector<uint32_t> FunctionTypes;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
Wasm.h 124 const std::vector<uint32_t>& functionTypes() const { return FunctionTypes; }
236 std::vector<uint32_t> FunctionTypes;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 151 std::vector<uint32_t> FunctionTypes;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ObjectYAML/
WasmYAML.h 162 std::vector<uint32_t> FunctionTypes;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ObjectYAML/
WasmYAML.h 162 std::vector<uint32_t> FunctionTypes;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
Wasm.h 124 const std::vector<uint32_t>& functionTypes() const { return FunctionTypes; }
236 std::vector<uint32_t> FunctionTypes;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
Wasm.h 124 const std::vector<uint32_t>& functionTypes() const { return FunctionTypes; }
236 std::vector<uint32_t> FunctionTypes;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
Wasm.h 124 const std::vector<uint32_t>& functionTypes() const { return FunctionTypes; }
236 std::vector<uint32_t> FunctionTypes;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
Wasm.h 124 const std::vector<uint32_t>& functionTypes() const { return FunctionTypes; }
236 std::vector<uint32_t> FunctionTypes;
  /external/pdfium/third_party/lcms/src/
cmsgamma.c 48 int FunctionTypes[MAX_TYPES_IN_LCMS_PLUGIN]; // The identification types
150 memmove(fl->FunctionTypes, Plugin ->FunctionTypes, fl->nFunctions * sizeof(cmsUInt32Number));
169 if (abs(Type) == c ->FunctionTypes[i]) return i;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ObjectYAML/
WasmYAML.h 202 std::vector<uint32_t> FunctionTypes;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ObjectYAML/
WasmYAML.h 202 std::vector<uint32_t> FunctionTypes;

Completed in 811 milliseconds

1 2