HomeSort by relevance Sort by last modified time
    Searched refs:FunctionTypes (Results 1 - 3 of 3) 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/llvm/lib/VMCore/
LLVMContextImpl.h 309 FunctionTypeMap FunctionTypes;
Type.cpp 387 pImpl->FunctionTypes.find_as(Key);
390 if (I == pImpl->FunctionTypes.end()) {
395 pImpl->FunctionTypes[FT] = true;

Completed in 59 milliseconds