OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:strip_out
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/build/config/linux/
pkg-config.py
29
parser.add_option('-v', action='append', dest='
strip_out
', type='string')
33
strip_out
= []
variable
34
if options.
strip_out
!= None:
35
for regexp in options.
strip_out
:
36
strip_out
.append(re.compile(regexp))
61
if len(flag) == 0 or MatchesAnyRegexp(flag,
strip_out
):
/external/llvm/test/CodeGen/Thumb2/
2009-08-04-ScavengerAssert.ll
467
br i1 undef, label %
strip_out
.exitthread-split, label %bb3.i7.i
471
br i1 undef, label %
strip_out
.exit, label %bb.i2.i
473
strip_out
.exitthread-split: ; preds = %bb2.i6.i
475
br label %
strip_out
.exit
477
strip_out
.exit: ; preds = %
strip_out
.exitthread-split, %bb3.i7.i
478
%95 = phi i8 [ %.pr100, %
strip_out
.exitthread-split ], [ %94, %bb3.i7.i ] ; <i8> [#uses=0]
481
bb91: ; preds = %
strip_out
.exit, %bb.i2.i
484
bb94: ; preds = %
strip_out
.exit, %StringBeginsWith.exit.i
Completed in 123 milliseconds