Searched refs:FunctionTypes (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dmetafunctions.cpp236 namespace FunctionTypes { namespace
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/chromium_org/third_party/pymock/
H A Dmock.py161 elif not isinstance(func, FunctionTypes):
2188 if isinstance(spec, FunctionTypes):
2207 if isinstance(spec, FunctionTypes) and entry in FunctionAttributes:
2229 if not isinstance(original, FunctionTypes):
2234 if isinstance(spec, FunctionTypes):
2247 if isinstance(new, FunctionTypes):
2296 FunctionTypes = ( variable
/external/llvm/lib/IR/
H A DLLVMContextImpl.h316 FunctionTypeMap FunctionTypes; member in class:llvm::LLVMContextImpl
H A DType.cpp360 pImpl->FunctionTypes.find_as(Key);
363 if (I == pImpl->FunctionTypes.end()) {
368 pImpl->FunctionTypes[FT] = true;
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsgamma.c49 int FunctionTypes[MAX_TYPES_IN_LCMS_PLUGIN]; // The identification types member in struct:_cmsParametricCurvesCollection_st
151 memmove(fl->FunctionTypes, Plugin ->FunctionTypes, fl->nFunctions * sizeof(cmsUInt32Number));
170 if (abs(Type) == c ->FunctionTypes[i]) return i;
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
H A Dlcms2_plugin.h329 cmsUInt32Number FunctionTypes[MAX_TYPES_IN_LCMS_PLUGIN]; // The identification types member in struct:__anon28651

Completed in 3591 milliseconds