Home
last modified time | relevance | path

Searched defs:and_or (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp589 struct and_or { struct
590 static const bool and_value = b && and_or<always_false<b>::value>::and_value; argument
591 static const bool or_value = !b || and_or<always_false<b>::value>::or_value; argument
/aosp_15_r20/external/libtracefs/src/
H A Dtracefs-sqlhist.c1050 int and_or = TRACEFS_FILTER_AND; in build_filter() local
/aosp_15_r20/external/minijail/
H A Dsyscall_filter_unittest.cc711 TEST_F(ArgFilterTest, and_or) { in TEST_F() argument