Home
last modified time | relevance | path

Searched defs:branch_end (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/clang/include/clang/Analysis/Analyses/
H A DUninitializedValues.h96 branch_iterator branch_end() const { return UninitBranches.end(); } in branch_end() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/Analyses/
DUninitializedValues.h100 branch_iterator branch_end() const { return UninitBranches.end(); } in branch_end() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/Analyses/
DUninitializedValues.h100 branch_iterator branch_end() const { return UninitBranches.end(); } in branch_end() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/Analyses/
DUninitializedValues.h100 branch_iterator branch_end() const { return UninitBranches.end(); } in branch_end() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/Analyses/
DUninitializedValues.h100 branch_iterator branch_end() const { return UninitBranches.end(); } in branch_end() function
/aosp_15_r20/external/mesa3d/src/compiler/spirv/
H A Dvtn_cfg.c412 const uint32_t *branch_end = branch + (branch[0] >> SpvWordCountShift); in vtn_parse_switch() local
/aosp_15_r20/external/pcre/src/
H A Dpcre2_match.c609 PCRE2_SPTR branch_end = NULL; in match() local