Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h1623 void EmitGlobalVarDefinition(const VarDecl *D, bool IsTentative = false);
H A DCodeGenModule.cpp5268 bool IsTentative) { in EmitGlobalVarDefinition() argument
5370 GetAddrOfGlobalVar(D, InitType, ForDefinition_t(!IsTentative)); in EmitGlobalVarDefinition()
5396 GetAddrOfGlobalVar(D, InitType, ForDefinition_t(!IsTentative)) in EmitGlobalVarDefinition()