Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dassert.h65 #define assert(_Expression) ((void)0) argument
68 #define assert(_Expression) \ argument
73 #define assert(_Expression) \ argument
/aosp_15_r20/external/pigweed/pw_build/py/pw_build/
H A Dgn_resolver.py300 class _Expression: class
323 def _target_file(paths: GnPaths, expr: _Expression) -> _Actions:
335 def _target_file_if_exists(paths: GnPaths, expr: _Expression) -> _Actions:
349 def _target_objects(paths: GnPaths, expr: _Expression) -> _Actions: