Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenModule.cpp1032 bool IsIncompleteFunction, in SetFunctionAttributes() argument
1043 if (!IsIncompleteFunction) in SetFunctionAttributes()
1874 bool IsIncompleteFunction = false; in GetOrCreateLLVMFunction() local
1881 IsIncompleteFunction = true; in GetOrCreateLLVMFunction()
1915 SetFunctionAttributes(GD, F, IsIncompleteFunction, IsThunk); in GetOrCreateLLVMFunction()
1970 if (!IsIncompleteFunction) { in GetOrCreateLLVMFunction()
DCodeGenModule.h1165 bool IsIncompleteFunction, bool IsThunk);