/external/llvm/include/llvm/MC/MCParser/ |
AsmCond.h | 19 /// processing. Ignore can be either true or false. When true we are ignoring 33 bool Ignore; 35 AsmCond() : TheCond(NoCond), CondMet(false), Ignore(false) {}
|
/external/clang/lib/CodeGen/ |
ABIInfo.h | 56 /// Ignore - Ignore the argument (treat as void). Useful for void and 58 Ignore, 90 return ABIArgInfo(Ignore); 103 bool isIgnore() const { return TheKind == Ignore; }
|
CGExprComplex.cpp | 35 // True is we should ignore the value of a 732 bool Ignore = TestAndClearIgnoreReal(); 733 (void)Ignore; 734 assert (Ignore == false && "init list ignored"); 735 Ignore = TestAndClearIgnoreImag(); 736 (void)Ignore; 737 assert (Ignore == false && "init list ignored");
|
CGExprAgg.cpp | 54 bool ignore) 56 IgnoreResult(ignore) { 69 void EmitFinalDestCopy(const Expr *E, LValue Src, bool Ignore = false); 70 void EmitFinalDestCopy(const Expr *E, RValue Src, bool Ignore = false); 196 void AggExprEmitter::EmitFinalDestCopy(const Expr *E, RValue Src, bool Ignore) { 208 (IgnoreResult && Ignore)) 235 void AggExprEmitter::EmitFinalDestCopy(const Expr *E, LValue Src, bool Ignore) { 240 Ignore); 587 // FIXME: Ignore result? [all...] |
CGCall.cpp | 641 case ABIArgInfo::Ignore: 651 case ABIArgInfo::Ignore: 753 case ABIArgInfo::Ignore: 822 case ABIArgInfo::Ignore: [all...] |
CGExprScalar.cpp | 557 // Ignore conversions like int -> uint. 826 bool Ignore = TestAndClearIgnoreResultAssign(); 827 (void)Ignore; 828 assert (Ignore == false && "init list ignored"); [all...] |
/external/v8/test/mjsunit/ |
property-load-across-eval.js | 52 // Ignore. 59 // Ignore. 72 // Ignore. 79 // Ignore.
|
date-parse.js | 68 // Ignore weekdays. 71 // Ignore prefix that is not part of a date. 73 'Ignore all of this stuff because it is annoying 01 Jan 2000 08:00:00 UT', 77 // month name we are happy - ignore the rest.
|
debug-event-listener.js | 54 // Do nothing. Ignore exception.
|
array-reduce.js | 389 // Ignore non-array properties:
|
/external/markdown/markdown/extensions/ |
abbr.py | 11 ... Some text with an ABBR and a REF. Ignore REFERENCE and ref. 17 u'<p>Some text with an <abbr title="Abbreviation">ABBR</abbr> and a <abbr title="Abbreviation Reference">REF</abbr>. Ignore REFERENCE and ref.</p>'
|
/external/llvm/lib/MC/MCParser/ |
AsmParser.cpp | 462 TheCondState.Ignore != StartingCondState.Ignore) 945 if (!TheCondState.Ignore) 953 if (!TheCondState.Ignore) 964 if (!TheCondState.Ignore) [all...] |
/external/freetype/include/freetype/ |
fterrdef.h | 212 FT_ERRORDEF_( Ignore, 0xA2, \ 213 "ignore" )
|
/external/chromium/chrome/common/extensions/docs/examples/api/history/showHistory/ |
typedUrls.js | 76 // Ignore items unless the user typed the URL.
|
/external/v8/test/mjsunit/regress/ |
regress-1081309.js | 105 // Ignore the exception "Cannot call method 'x' of undefined"
|
/libcore/ |
NativeCode.mk | 94 # Ignore "note: the mangling of 'va_list' has changed in GCC 4.4"
|
/external/chromium/chrome/browser/resources/ |
network_menu.js | 350 // Ignore clicks other than on the NetworkMenuItem itself.
|
menu.js | 502 // Ignore false mouseover event at (0,0) which is
|
/external/clang/lib/Sema/ |
SemaCodeComplete.cpp | 302 /// \brief Ignore this declaration, if it is seen again. 303 void Ignore(Decl *D) { AllDeclsFound.insert(D->getCanonicalDecl()); } [all...] |
/external/v8/src/ |
regexp.js | 68 // Ignore flags that have no meaning to be consistent with
|
/external/zlib/contrib/delphi/ |
ZLib.pas | 22 // Internal structure. Ignore.
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/ |
Mixed.pm | 77 $ignoreCase = 1; # Ignore case by default 85 # Ignore case unless there are upper-case options: 623 Ignore case when matching options. Default is 1 unless the option
|
/libcore/support/src/test/java/tests/resources/ |
junit4-4.3.1.jar | |
/external/chromium/chrome/browser/resources/touch_ntp/standalone/ |
standalone_hack.js | 324 // Ignore additional arguments - they've been changing over time and
|
/external/webkit/Tools/Scripts/ |
old-run-webkit-tests | 291 -i|--ignore-tests Comma-separated list of directories or tests to ignore 298 --tolerance t Ignore image differences less than this percentage (default: $tolerance) 310 --skipped=[default|ignore|only] Specifies how to treat the Skipped file 312 ignore: The Skipped file is ignored label 315 --ignore-metrics Ignore metrics in tests 338 'ignore-metrics!' => \$ignoreMetrics, 339 'ignore-tests|i=s' => \@ignoreTests, 394 my $ignoreSkipped = $treatSkipped eq "ignore"; [all...] |