HomeSort by relevance Sort by last modified time
    Searched refs:PopCleanupBlock (Results 1 - 10 of 10) sorted by null

  /external/clang/test/SemaCXX/
member-expr.cpp 97 void PopCleanupBlock(); // expected-note{{'PopCleanupBlock' declared here}}
101 a.PopCleanupScope(); // expected-error{{no member named 'PopCleanupScope' in 'PR7508::A'; did you mean 'PopCleanupBlock'?}}
  /external/clang/lib/CodeGen/
CGCleanup.cpp 386 PopCleanupBlock(FallThroughIsBranchThrough);
562 void CodeGenFunction::PopCleanupBlock(bool FallthroughIsBranchThrough) {
    [all...]
CGExprCXX.cpp     [all...]
CGException.cpp     [all...]
CGDecl.cpp     [all...]
ItaniumCXXABI.cpp     [all...]
CGClass.cpp     [all...]
CodeGenFunction.h 424 /// PopCleanupBlock - Will pop the cleanup entry on the stack and
426 void PopCleanupBlock(bool FallThroughIsBranchThrough = false);
    [all...]
CGObjC.cpp     [all...]
CGObjCMac.cpp     [all...]

Completed in 74 milliseconds