Searched refs:expr (Results 1 – 5 of 5) sorted by relevance
30 char const *expr) { in ASSERT_FAILED() argument33 llvm::errs() << "rslAssert [" << file << ":" << line << "] " << expr << "\n"; in ASSERT_FAILED()37 ALOGE("rslAssert [%s:%d] %s\n", file, line, expr); in ASSERT_FAILED()
26 char const *expr);
78 #define ASSERT(expr) assert(expr) argument80 #define ASSERT(expr) argument
34 #define COMPILE_ASSERT(expr, err) static const char err[(expr) ? 1 : -1] = ""; argument
495 llvm::StringRef expr = it.getEntry()->value(); in finalizeSymbolValue() local499 scriptSymsAdded &= parser.parse(expr, symVal); in finalizeSymbolValue()