Home
last modified time | relevance | path

Searched refs:MaxID (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/IR/
DCallingConv.h172 MaxID = 1023 enumerator
DFunction.h156 CallingConv::MaxID);
160 assert(!(ID & ~CallingConv::MaxID) && "Unsupported calling convention");
DInstructions.h1596 assert(!(ID & ~CallingConv::MaxID) && "Unsupported calling convention");
3521 assert(!(ID & ~CallingConv::MaxID) && "Unsupported calling convention");
/external/pdfium/fpdfsdk/src/jsapi/
Dfxjs_v8.cpp42 static int MaxID(v8::Isolate* pIsolate) { in MaxID() function in CFXJS_ObjDefinition
102 int maxID = CFXJS_ObjDefinition::MaxID(pIsolate); in GetGlobalObjectTemplate()
295 int maxID = CFXJS_ObjDefinition::MaxID(pIsolate); in FXJS_InitializeRuntime()
347 int maxID = CFXJS_ObjDefinition::MaxID(pIsolate); in FXJS_ReleaseRuntime()
435 if (nObjDefnID < 0 || nObjDefnID >= CFXJS_ObjDefinition::MaxID(pIsolate)) in FXJS_NewFxDynamicObj()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3540 if (CC & ~CallingConv::MaxID) in parseModule()
4703 static_cast<CallingConv::ID>(CallingConv::MaxID & CCInfo)); in parseFunctionBody()