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

1 2 3

  /external/llvm/include/llvm/IR/
CallingConv.h 197 MaxID = 1023
Function.h 154 CallingConv::MaxID);
158 assert(!(ID & ~CallingConv::MaxID) && "Unsupported calling convention");
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
CallingConv.h 200 MaxID = 1023
Function.h 163 CallingConv::MaxID);
167 assert(!(ID & ~CallingConv::MaxID) && "Unsupported calling convention");
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallingConv.h 200 MaxID = 1023
Function.h 178 CallingConv::MaxID);
182 assert(!(ID & ~CallingConv::MaxID) && "Unsupported calling convention");
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
CallingConv.h 209 MaxID = 1023
Function.h 188 CallingConv::MaxID);
192 assert(!(ID & ~CallingConv::MaxID) && "Unsupported calling convention");
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
CallingConv.h 209 MaxID = 1023
Function.h 188 CallingConv::MaxID);
192 assert(!(ID & ~CallingConv::MaxID) && "Unsupported calling convention");
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
CallingConv.h 224 MaxID = 1023
Function.h 196 CallingConv::MaxID);
200 assert(!(ID & ~CallingConv::MaxID) && "Unsupported calling convention");
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
CallingConv.h 224 MaxID = 1023
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
CallingConv.h 224 MaxID = 1023
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
CallingConv.h 224 MaxID = 1023
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallingConv.h 200 MaxID = 1023
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
CallingConv.h 209 MaxID = 1023
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
CallingConv.h 209 MaxID = 1023
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
CallingConv.h 224 MaxID = 1023
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
CallingConv.h 224 MaxID = 1023
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
CallingConv.h 224 MaxID = 1023
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
CallingConv.h 224 MaxID = 1023
  /external/google-benchmark/src/
sysinfo.cc 359 int MaxID = -1;
376 MaxID = std::max(CurID, MaxID);
390 if ((MaxID + 1) != NumCPUs) {
  /external/libcxx/utils/google-benchmark/src/
sysinfo.cc 359 int MaxID = -1;
376 MaxID = std::max(CurID, MaxID);
390 if ((MaxID + 1) != NumCPUs) {
  /external/pdfium/fxjs/
fxjs_v8.cpp 55 static int MaxID(v8::Isolate* pIsolate) {
127 int maxID = CFXJS_ObjDefinition::MaxID(pIsolate);
128 for (int i = 0; i < maxID; ++i) {
391 int maxID = CFXJS_ObjDefinition::MaxID(GetIsolate());
392 m_StaticObjects.resize(maxID + 1);
393 for (int i = 0; i < maxID; ++i) {
432 int maxID = CFXJS_ObjDefinition::MaxID(GetIsolate())
    [all...]

Completed in 2349 milliseconds

1 2 3