Home
last modified time | relevance | path

Searched defs:CaseExpr (Results 1 – 2 of 2) sorted by relevance

/external/AFLplusplus/instrumentation/
Dsplit-switches-pass.so.cc102 struct CaseExpr { struct in __anon875519ce0111::SplitSwitchesTransform
104 ConstantInt *Val;
105 BasicBlock * BB;
107 CaseExpr(ConstantInt *val = nullptr, BasicBlock *bb = nullptr) function
/external/clang/lib/Sema/
DSemaStmt.cpp710 const Expr *CaseExpr, in ShouldDiagnoseSwitchCaseNotInEnum()
1091 Expr *CaseExpr = CI->second->getLHS(); in ActOnFinishSwitchStmt() local
1102 Expr *CaseExpr = RI->second->getLHS(); in ActOnFinishSwitchStmt() local