Searched refs:outputting (Results 1 - 14 of 14) sorted by relevance

/external/llvm/include/llvm/Support/
H A DYAMLTraits.h429 virtual bool outputting() = 0;
462 if ( matchEnumScalar(Str, outputting() && Val == ConstVal) ) {
470 if ( matchEnumScalar(Str, outputting() && Val == static_cast<T>(ConstVal)) ) {
477 if ( bitSetMatch(Str, outputting() && (Val & ConstVal) == ConstVal) ) {
485 if ( bitSetMatch(Str, outputting() && (Val & ConstVal) == ConstVal) ) {
492 if (bitSetMatch(Str, outputting() && (Val & Mask) == ConstVal))
499 if (bitSetMatch(Str, outputting() && (Val & Mask) == ConstVal))
514 // omit key/value instead of outputting empty sequence
544 const bool sameAsDefault = outputting() && !Val.hasValue();
545 if (!outputting()
[all...]
/external/llvm/lib/Support/
H A DYAMLTraits.cpp67 bool Input::outputting() { function in class:Input
399 bool Output::outputting() { function in class:Output
/external/llvm/lib/Object/
H A DELFYAML.cpp696 if (IO.outputting())
704 if (!IO.outputting())
709 if (!IO.outputting())
/external/bison/build-aux/
H A Ddepcomp46 tmpdepfile Temporary file to use when outputting dependencies.
H A Dtexinfo.tex273 % described on page 260 of The TeXbook. It involves outputting two
323 % the headline as they should be, not taken literally (outputting ''code).
4603 % \indexnofonts is used when outputting the strings to sort the index
/external/libedit/
H A Ddepcomp46 tmpdepfile Temporary file to use when outputting dependencies.
/external/libpng/
H A Ddepcomp46 tmpdepfile Temporary file to use when outputting dependencies.
/external/pcre/dist/
H A Ddepcomp46 tmpdepfile Temporary file to use when outputting dependencies.
/external/chromium_org/third_party/opus/src/
H A Ddepcomp47 tmpdepfile Temporary file to use when outputting dependencies.
/external/libcap-ng/libcap-ng-0.7/
H A Ddepcomp47 tmpdepfile Temporary file to use when outputting dependencies.
/external/libopus/
H A Ddepcomp47 tmpdepfile Temporary file to use when outputting dependencies.
/external/openfst/
H A Ddepcomp47 tmpdepfile Temporary file to use when outputting dependencies.
/external/pixman/
H A Ddepcomp47 tmpdepfile Temporary file to use when outputting dependencies.
/external/clang/lib/Format/
H A DFormat.cpp133 if (IO.outputting()) {
237 if (!IO.outputting()) {

Completed in 3506 milliseconds