Home
last modified time | relevance | path

Searched refs:_Expression (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/test/Analysis/
DNoReturn.m127 #define assert(_Expression) (void)( (!!(_Expression)) || (_wassert(#_Expression, __FILE__, __LINE__…
137 #define assert(_Expression) ((_Expression) ? (void)0 : __assert2(0, 0, 0, 0));
/external/clang/test/Analysis/
DNoReturn.m127 #define assert(_Expression) (void)( (!!(_Expression)) || (_wassert(#_Expression, __FILE__, __LINE__…
137 #define assert(_Expression) ((_Expression) ? (void)0 : __assert2(0, 0, 0, 0));
/external/pigweed/pw_build/py/pw_build/
Dpython_runner.py327 class _Expression: class
350 def _target_file(paths: GnPaths, expr: _Expression) -> _Actions: argument
362 def _target_file_if_exists(paths: GnPaths, expr: _Expression) -> _Actions: argument
376 def _target_objects(paths: GnPaths, expr: _Expression) -> _Actions: argument
392 _FUNCTIONS: Dict['str', Callable[[GnPaths, _Expression], _Actions]] = {
414 expression = _Expression(match, ending)