Searched defs:HERE (Results 1 - 2 of 2) sorted by relevance

/external/eigen/bench/btl/generic_bench/utils/
H A Dutilities.h57 # define HERE cout<<flush ; cerr << "- Trace " << __FILE__ << " [" << __LINE__ << "] : " << flush ; macro
58 # define SCRUTE(var) HERE ; cerr << #var << "=" << var << endl ;
59 # define MESSAGE(chain) {HERE ; cerr << chain << endl ;}
60 # define INTERRUPTION(code) HERE ; cerr << "INTERRUPTION return code= " << code << endl ; exit(code) ;
63 # define ASSERT(condition) if (!(condition)){ HERE ; cerr << "CONDITION " << #condition << " NOT VERIFIED"<< endl ; INTERRUPTION(1) ;}
67 #define BEGIN_OF(chain) {REPERE ; HERE ; cerr << "Begin of: " << chain << endl ; REPERE ; }
68 #define END_OF(chain) {REPERE ; HERE ; cerr << "Normal end of: " << chain << endl ; REPERE ; }
74 # define HERE macro
/external/llvm/lib/Support/
H A Dregcomp.c132 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)
133 #define AHEAD(pos) dofwd(p, pos, HERE()-(pos))
134 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos)
135 #define HERE() (p->slen) macro
267 conc = HERE();
270 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */
284 prevfwd = HERE();
313 pos = HERE();
320 p->pbegin[subno] = HERE();
325 p->pend[subno] = HERE();
[all...]

Completed in 107 milliseconds