Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/
DCleanupInfo.h21 bool CleanupsHaveSideEffects = false; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DCleanupInfo.h21 bool CleanupsHaveSideEffects = false; variable
/aosp_15_r20/external/clang/include/clang/Sema/
H A DCleanupInfo.h22 bool CleanupsHaveSideEffects = false; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
DCleanupInfo.h21 bool CleanupsHaveSideEffects = false; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
DCleanupInfo.h21 bool CleanupsHaveSideEffects = false; variable
/aosp_15_r20/external/clang/lib/AST/
H A DExprCXX.cpp1026 bool CleanupsHaveSideEffects, in ExprWithCleanups()
1041 bool CleanupsHaveSideEffects, in Create()
/aosp_15_r20/external/clang/include/clang/AST/
H A DStmt.h203 unsigned CleanupsHaveSideEffects : 1; in LLVM_ALIGNAS() local