HomeSort by: relevance | last modified time | path
    Searched refs:PerformInit (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDeclCXX.cpp 176 bool PerformInit) {
211 PerformInit, this);
213 if (PerformInit)
222 assert(PerformInit && "cannot have constant initializer which needs "
322 bool PerformInit) {
331 CGM.getCXXABI().EmitGuardedInit(*this, D, DeclPtr, PerformInit);
454 bool PerformInit) {
467 getOpenMPRuntime().emitDeclareTargetVarDefinition(D, Addr, PerformInit))
488 PerformInit);
499 } else if (PerformInit && ISA)
    [all...]
CGOpenMPRuntime.h 1274 /// \param PerformInit true if initialization expression is not constant.
1277 SourceLocation Loc, bool PerformInit,
1283 /// \param PerformInit true if initialization expression is not constant.
1286 bool PerformInit);
2163 /// \param PerformInit true if initialization expression is not constant.
2166 SourceLocation Loc, bool PerformInit,
CGCXXABI.h 579 /// If \p PerformInit is false, the initialization has been folded to a
587 bool PerformInit) = 0;
MicrosoftCXXABI.cpp 411 bool PerformInit) override;
2488 bool PerformInit) {
2496 CGF.EmitCXXGlobalVarDeclInit(D, GV, PerformInit);
2597 CGF.EmitCXXGlobalVarDeclInit(D, GV, PerformInit);
2643 CGF.EmitCXXGlobalVarDeclInit(D, GV, PerformInit);
CodeGenModule.h 1520 /// Emit the function that initializes the specified global (if PerformInit is
1524 bool PerformInit);
CodeGenFunction.h 4361 bool PerformInit);
4383 bool PerformInit);
4411 bool PerformInit);
CGOpenMPRuntime.cpp 1768 bool PerformInit, CodeGenFunction *CGF) {
1779 if (CGM.getLangOpts().CPlusPlus && PerformInit) {
1888 bool PerformInit) {
1922 if (CGM.getLangOpts().CPlusPlus && PerformInit) {
12731 const VarDecl *VD, Address VDAddr, SourceLocation Loc, bool PerformInit,
CodeGenModule.cpp 6188 bool PerformInit =
6195 VD, Addr, RefExpr->getBeginLoc(), PerformInit))
ItaniumCXXABI.cpp 324 bool PerformInit) override;

Completed in 44 milliseconds