HomeSort by: relevance | last modified time | path
    Searched refs:IsUnprototyped (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGVTables.cpp 238 bool IsUnprototyped) {
247 if (IsUnprototyped)
261 if (!IsUnprototyped) {
294 bool IsUnprototyped) {
308 if (CurFnInfo->usesInAlloca() || CurFnInfo->isVariadic() || IsUnprototyped) {
310 if (IsUnprototyped)
450 bool IsUnprototyped) {
451 StartThunk(Fn, GD, FnInfo, IsUnprototyped);
458 if (IsUnprototyped)
466 if (IsUnprototyped)
    [all...]
CodeGenFunction.h 2183 const CGFunctionInfo &FnInfo, bool IsUnprototyped);
2186 const ThunkInfo *Thunk, bool IsUnprototyped);
2197 bool IsUnprototyped);

Completed in 60 milliseconds