HomeSort by relevance Sort by last modified time
    Searched refs:FunctionTypes (Results 1 - 4 of 4) 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/IR/
LLVMContextImpl.h 307 FunctionTypeMap FunctionTypes;
Type.cpp 366 pImpl->FunctionTypes.find_as(Key);
369 if (I == pImpl->FunctionTypes.end()) {
374 pImpl->FunctionTypes[FT] = true;
  /external/chromium_org/third_party/pymock/
mock.py 161 elif not isinstance(func, FunctionTypes):
    [all...]

Completed in 157 milliseconds