Home
last modified time | relevance | path

Searched refs:IsIncompleteFunction (Results 1 – 4 of 4) 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);
/external/llvm-project/clang/lib/CodeGen/
DCodeGenModule.cpp1973 bool IsIncompleteFunction, in SetFunctionAttributes() argument
1985 if (!IsIncompleteFunction) in SetFunctionAttributes()
2007 if (!IsIncompleteFunction && F->isDeclaration()) in SetFunctionAttributes()
3396 bool IsIncompleteFunction = false; in GetOrCreateLLVMFunction() local
3403 IsIncompleteFunction = true; in GetOrCreateLLVMFunction()
3437 SetFunctionAttributes(GD, F, IsIncompleteFunction, IsThunk); in GetOrCreateLLVMFunction()
3489 if (!IsIncompleteFunction) { in GetOrCreateLLVMFunction()
DCodeGenModule.h1443 bool IsIncompleteFunction, bool IsThunk);