OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CXXThrowExpr
(Results
1 - 25
of
26
) sorted by null
1
2
/external/clang/lib/AST/
ExprClassification.cpp
561
bool TrueIsThrow = isa<
CXXThrowExpr
>(True->IgnoreParenImpCasts());
562
bool FalseIsThrow = isa<
CXXThrowExpr
>(False->IgnoreParenImpCasts());
StmtPrinter.cpp
[
all
...]
StmtProfile.cpp
1173
void StmtProfiler::VisitCXXThrowExpr(const
CXXThrowExpr
*S) {
[
all
...]
ItaniumMangle.cpp
[
all
...]
/external/clang/lib/CodeGen/
CGCXXABI.h
225
virtual void emitThrow(CodeGenFunction &CGF, const
CXXThrowExpr
*E) = 0;
CodeGenPGO.cpp
286
void VisitCXXThrowExpr(const
CXXThrowExpr
*E) {
CodeGenFunction.cpp
[
all
...]
CoverageMappingGen.cpp
592
void VisitCXXThrowExpr(const
CXXThrowExpr
*E) {
[
all
...]
CGException.cpp
403
void CodeGenFunction::EmitCXXThrowExpr(const
CXXThrowExpr
*E,
[
all
...]
CGExprAgg.cpp
200
void VisitCXXThrowExpr(const
CXXThrowExpr
*E) { CGF.EmitCXXThrowExpr(E); }
[
all
...]
ItaniumCXXABI.cpp
171
void emitThrow(CodeGenFunction &CGF, const
CXXThrowExpr
*E) override;
[
all
...]
MicrosoftCXXABI.cpp
120
void emitThrow(CodeGenFunction &CGF, const
CXXThrowExpr
*E) override;
[
all
...]
CodeGenFunction.h
[
all
...]
CGExpr.cpp
[
all
...]
CGExprScalar.cpp
440
Value *VisitCXXThrowExpr(const
CXXThrowExpr
*E) {
[
all
...]
/external/v8/tools/gcmole/
gcmole.cc
557
VISIT(
CXXThrowExpr
);
707
DECL_VISIT_EXPR(
CXXThrowExpr
) {
[
all
...]
/external/clang/include/clang/AST/
ExprCXX.h
[
all
...]
RecursiveASTVisitor.h
[
all
...]
/external/clang/lib/Analysis/
CFG.cpp
450
CFGBlock *VisitCXXThrowExpr(
CXXThrowExpr
*T);
[
all
...]
ThreadSafety.cpp
[
all
...]
/external/clang/include/clang/ASTMatchers/
ASTMatchers.h
[
all
...]
/external/clang/lib/Serialization/
ASTReaderStmt.cpp
[
all
...]
ASTWriterStmt.cpp
[
all
...]
/external/clang/lib/Sema/
SemaExprCXX.cpp
683
CXXThrowExpr
(Ex, Context.VoidTy, OpLoc, IsThrownVarInScope);
[
all
...]
AnalysisBasedWarnings.cpp
381
if (isa<
CXXThrowExpr
>(S)) {
[
all
...]
Completed in 1524 milliseconds
1
2