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 183 // TODO: Optimize FunctionTypes/AnonStructTypes!
184 std::map<std::vector<Type*>, FunctionType*> FunctionTypes;
Type.cpp 341 FunctionType *&FT = pImpl->FunctionTypes[Key];

Completed in 224 milliseconds