HomeSort by relevance Sort by last modified time
    Searched full:noproto (Results 1 - 3 of 3) sorted by null

  /external/clang/test/PCH/
types.h 33 typedef int noproto(); typedef
types.c 49 noproto np1;
  /external/clang/lib/CodeGen/
CGCall.cpp 263 CanQual<FunctionNoProtoType> noProto = FTy.getAs<FunctionNoProtoType>();
264 return arrangeLLVMFunctionInfo(noProto->getResultType(), None,
265 noProto->getExtInfo(), RequiredArgs::All);
    [all...]

Completed in 194 milliseconds