Home
last modified time | relevance | path

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

/aosp_15_r20/external/AFLplusplus/instrumentation/
H A Dsplit-switches-pass.so.cc102 struct CaseExpr { struct in __anoncb8fca3f0111::SplitSwitchesTransform
104 ConstantInt *Val;
105 BasicBlock *BB;
107 CaseExpr(ConstantInt *val = nullptr, BasicBlock *bb = nullptr) argument
/aosp_15_r20/external/clang/lib/Sema/
H A 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