OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HaveInsertPoint
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGException.cpp
1207
if (
HaveInsertPoint
())
1273
if (doImplicitRethrow &&
HaveInsertPoint
()) {
1283
if (
HaveInsertPoint
())
1366
if (CGF.
HaveInsertPoint
()) {
2222
if (
HaveInsertPoint
())
2256
if (
HaveInsertPoint
())
2266
if (
HaveInsertPoint
())
CGOpenMPRuntime.cpp
586
if (!CGF.
HaveInsertPoint
())
1043
if (!CGF.
HaveInsertPoint
())
2075
if (!CGF.
HaveInsertPoint
())
2237
if (!CGF.
HaveInsertPoint
())
2262
if (!CGF.
HaveInsertPoint
())
2285
if (!CGF.
HaveInsertPoint
())
2313
if (!CGF.
HaveInsertPoint
())
2334
if (!CGF.
HaveInsertPoint
())
2426
if (!CGF.
HaveInsertPoint
())
2510
if (!CGF.
HaveInsertPoint
())
[
all
...]
CGStmt.cpp
61
if (!
HaveInsertPoint
()) {
680
if (
HaveInsertPoint
())
1274
if (
HaveInsertPoint
())
1287
if (
HaveInsertPoint
())
1299
if (
HaveInsertPoint
())
CGDecl.cpp
339
else if (
HaveInsertPoint
()) {
383
HaveInsertPoint
()) {
1535
if (
HaveInsertPoint
() && !IsMSCatchParam) {
1599
if (EmitDebugInfo &&
HaveInsertPoint
()) {
1612
if (D.hasAttr<AnnotateAttr>() &&
HaveInsertPoint
())
1810
if (!
HaveInsertPoint
()) {
2036
if (!
HaveInsertPoint
()) return;
CGStmtOpenMP.cpp
785
if (!
HaveInsertPoint
())
944
if (!
HaveInsertPoint
())
968
if (!
HaveInsertPoint
())
1040
if (!
HaveInsertPoint
())
1108
if (!
HaveInsertPoint
())
1198
if (!
HaveInsertPoint
())
1417
if (!
HaveInsertPoint
())
1458
if (!CGF.
HaveInsertPoint
())
2092
if (!
HaveInsertPoint
())
2131
if (!
HaveInsertPoint
())
[
all
...]
CGCleanup.cpp
576
assert(CGF.
HaveInsertPoint
() && "cleanup ended with no insertion point?");
1079
if (!
HaveInsertPoint
())
CGOpenMPRuntimeGPU.cpp
1177
if (!CGF.
HaveInsertPoint
())
1287
if (!CGF.
HaveInsertPoint
())
2009
if (!CGF.
HaveInsertPoint
())
2071
if (!CGF.
HaveInsertPoint
())
2089
if (!CGF.
HaveInsertPoint
())
2161
if (!CGF.
HaveInsertPoint
())
2179
if (!CGF.
HaveInsertPoint
())
3743
if (!CGF.
HaveInsertPoint
())
CodeGenFunction.h
1425
assert(CGF.
HaveInsertPoint
());
1452
bool HaveIP = CGF.
HaveInsertPoint
();
1709
if (!CGF.
HaveInsertPoint
())
2407
///
HaveInsertPoint
- True if an insertion point is defined. If not, this
2409
bool
HaveInsertPoint
() const {
2418
if (!
HaveInsertPoint
())
CodeGenFunction.cpp
1208
if (
HaveInsertPoint
() && CGM.getCodeGenOpts().hasProfileClangInstr()) {
2287
assert(
HaveInsertPoint
());
CGObjCMac.cpp
4350
if (CGF.
HaveInsertPoint
()) {
4817
assert(CGF.
HaveInsertPoint
() && "DeclStmt destroyed insert point?");
4861
assert(CGF.
HaveInsertPoint
() && "DeclStmt destroyed insert point?");
4917
if (CGF.
HaveInsertPoint
())
4925
if (CGF.
HaveInsertPoint
()) {
CGExprAgg.cpp
1254
assert(CGF.
HaveInsertPoint
() && "expression evaluation ended with no IP!");
CGClass.cpp
1471
if (
HaveInsertPoint
()) {
CGCall.cpp
4681
if (
HaveInsertPoint
() && ReturnValue.isUnused()) {
Completed in 63 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026