Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp2407 bool IsIncompleteFunction, in SetFunctionAttributes() argument
2419 if (!IsIncompleteFunction) in SetFunctionAttributes()
2442 if (!IsIncompleteFunction && F->isDeclaration()) in SetFunctionAttributes()
4081 bool IsIncompleteFunction = false; in GetOrCreateLLVMFunction() local
4088 IsIncompleteFunction = true; in GetOrCreateLLVMFunction()
4122 SetFunctionAttributes(GD, F, IsIncompleteFunction, IsThunk); in GetOrCreateLLVMFunction()
4175 if (!IsIncompleteFunction) { in GetOrCreateLLVMFunction()
H A DCodeGenModule.h1589 bool IsIncompleteFunction, bool IsThunk);