HomeSort by: relevance | last modified time | path
    Searched defs: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...]
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...]

Completed in 43 milliseconds