Home
last modified time | relevance | path

Searched refs:IsUnprototyped (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp243 bool IsUnprototyped) { in StartThunk() argument
252 if (IsUnprototyped) in StartThunk()
266 if (!IsUnprototyped) { in StartThunk()
315 if (IsUnprototyped) in EmitCallAndReturnForThunk()
453 bool IsUnprototyped) { in generateThunk() argument
454 StartThunk(Fn, GD, FnInfo, IsUnprototyped); in generateThunk()
461 if (IsUnprototyped) in generateThunk()
470 &Thunk, IsUnprototyped); in generateThunk()
510 bool IsUnprototyped = !CGM.getTypes().isFuncTypeConvertible( in maybeEmitThunk() local
561 if (IsUnprototyped) in maybeEmitThunk()
[all …]
H A DCodeGenFunction.h2312 const CGFunctionInfo &FnInfo, bool IsUnprototyped);
2315 const ThunkInfo *Thunk, bool IsUnprototyped);
2326 bool IsUnprototyped);