OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HERE
(Results
1 - 4
of
4
) sorted by null
/external/eigen/bench/btl/generic_bench/utils/
utilities.h
57
# define
HERE
cout<<flush ; cerr << "- Trace " << __FILE__ << " [" << __LINE__ << "] : " << flush ;
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
/bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c
200
#define INSERT(op, pos) doinsert(p, (sop)(op),
HERE
()-(pos)+1, pos)
201
#define AHEAD(pos) dofwd(p, pos,
HERE
()-(pos))
202
#define ASTERN(sop, pos) EMIT(sop,
HERE
()-pos)
203
#define
HERE
() (p->slen)
360
conc =
HERE
();
363
REQUIRE(
HERE
() != conc, REG_EMPTY); /* require nonempty */
377
prevfwd =
HERE
();
410
pos =
HERE
();
417
p->pbegin[subno] =
HERE
();
422
p->pend[subno] =
HERE
();
[
all
...]
/external/llvm/lib/Support/
regcomp.c
140
#define INSERT(op, pos) doinsert(p, (sop)(op),
HERE
()-(pos)+1, pos)
141
#define AHEAD(pos) dofwd(p, pos,
HERE
()-(pos))
142
#define ASTERN(sop, pos) EMIT(sop,
HERE
()-pos)
143
#define
HERE
() (p->slen)
275
conc =
HERE
();
278
REQUIRE(
HERE
() != conc, REG_EMPTY); /* require nonempty */
292
prevfwd =
HERE
();
321
pos =
HERE
();
328
p->pbegin[subno] =
HERE
();
333
p->pend[subno] =
HERE
();
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Support/
regcomp.c
132
#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)
267
conc =
HERE
();
270
REQUIRE(
HERE
() != conc, REG_EMPTY); /* require nonempty */
284
prevfwd =
HERE
();
312
pos =
HERE
();
319
p->pbegin[subno] =
HERE
();
324
p->pend[subno] =
HERE
();
[
all
...]
Completed in 671 milliseconds