Searched refs:FunctionTypes (Results 1 - 3 of 3) 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/llvm/lib/VMCore/
H A DLLVMContextImpl.h309 FunctionTypeMap FunctionTypes; member in class:llvm::LLVMContextImpl
H A DType.cpp387 pImpl->FunctionTypes.find_as(Key);
390 if (I == pImpl->FunctionTypes.end()) {
395 pImpl->FunctionTypes[FT] = true;

Completed in 308 milliseconds