HomeSort by relevance Sort by last modified time
    Searched refs:FunctionTypes (Results 1 - 5 of 5) sorted by null

  /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)>'}}
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsgamma.c 49 int FunctionTypes[MAX_TYPES_IN_LCMS_PLUGIN]; // The identification types
151 memmove(fl->FunctionTypes, Plugin ->FunctionTypes, fl->nFunctions * sizeof(cmsUInt32Number));
170 if (abs(Type) == c ->FunctionTypes[i]) return i;
    [all...]
  /external/llvm/lib/IR/
Type.cpp 363 auto I = pImpl->FunctionTypes.find_as(Key);
366 if (I == pImpl->FunctionTypes.end()) {
371 pImpl->FunctionTypes.insert(FT);
LLVMContextImpl.h     [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
lcms2_plugin.h 329 cmsUInt32Number FunctionTypes[MAX_TYPES_IN_LCMS_PLUGIN]; // The identification types

Completed in 606 milliseconds