/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | DWARFYAML.cpp | 30 if (!DWARF.ARanges.empty() || !IO.outputting()) in mapping() 32 if (!DWARF.PubNames.Entries.empty() || !IO.outputting()) in mapping() 34 if (!DWARF.PubTypes.Entries.empty() || !IO.outputting()) in mapping() 36 if (!DWARF.GNUPubNames.Entries.empty() || !IO.outputting()) in mapping() 38 if (!DWARF.GNUPubTypes.Entries.empty() || !IO.outputting()) in mapping() 117 if (!FormValue.CStr.empty() || !IO.outputting()) in mapping() 119 if (!FormValue.BlockData.empty() || !IO.outputting()) in mapping() 138 if (!LineTableOpcode.UnknownOpcodeData.empty() || !IO.outputting()) in mapping() 140 if (!LineTableOpcode.UnknownOpcodeData.empty() || !IO.outputting()) in mapping() 142 if (!LineTableOpcode.FileEntry.Name.empty() || !IO.outputting()) in mapping() [all …]
|
D | WasmYAML.cpp | 131 if (IO.outputting()) in mapping() 139 if (IO.outputting()) { in mapping() 146 if (!IO.outputting()) in mapping() 150 if (!IO.outputting()) in mapping() 154 if (!IO.outputting()) in mapping() 161 if (!IO.outputting()) in mapping() 166 if (!IO.outputting()) in mapping() 171 if (!IO.outputting()) in mapping() 176 if (!IO.outputting()) in mapping() 181 if (!IO.outputting()) in mapping() [all …]
|
D | ObjectYAML.cpp | 25 if (IO.outputting()) { in mapping()
|
D | ELFYAML.cpp | 876 if (IO.outputting()) in mapping() 884 if (!IO.outputting()) in mapping() 889 if (!IO.outputting()) in mapping() 894 if (!IO.outputting()) in mapping() 899 if (!IO.outputting()) in mapping() 904 if (!IO.outputting()) in mapping()
|
D | CodeViewYAMLSymbols.cpp | 268 if (io.outputting()) in map() 271 if (!io.outputting()) { in map() 606 if (!IO.outputting()) in mapSymbolRecordImpl() 615 if (IO.outputting()) in mapping()
|
D | CodeViewYAMLTypes.cpp | 718 if (!IO.outputting()) in mapLeafRecordImpl() 729 if (IO.outputting()) in mapping() 750 if (!IO.outputting()) in mapMemberRecordImpl() 758 if (IO.outputting()) in mapping()
|
D | MachOYAML.cpp | 112 if(!Object.LinkEdit.isEmpty() || !IO.outputting()) in mapping() 115 if(!Object.DWARF.isEmpty() || !IO.outputting()) in mapping() 159 if (!LinkEditData.ExportTrie.Children.empty() || !IO.outputting()) in mapping()
|
/external/llvm/include/llvm/Support/ |
D | YAMLTraits.h | 461 virtual bool outputting() = 0; 499 if ( matchEnumScalar(Str, outputting() && Val == ConstVal) ) { 507 if ( matchEnumScalar(Str, outputting() && Val == static_cast<T>(ConstVal)) ) { 524 if ( bitSetMatch(Str, outputting() && (Val & ConstVal) == ConstVal) ) { 532 if ( bitSetMatch(Str, outputting() && (Val & ConstVal) == ConstVal) ) { 539 if (bitSetMatch(Str, outputting() && (Val & Mask) == ConstVal)) 546 if (bitSetMatch(Str, outputting() && (Val & Mask) == ConstVal)) 591 const bool sameAsDefault = outputting() && !Val.hasValue(); 592 if (!outputting() && !Val.hasValue()) 609 const bool sameAsDefault = outputting() && Val == DefaultValue; [all …]
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | YAMLTraits.h | 516 virtual bool outputting() = 0; 554 if ( matchEnumScalar(Str, outputting() && Val == ConstVal) ) { 562 if ( matchEnumScalar(Str, outputting() && Val == static_cast<T>(ConstVal)) ) { 580 if ( bitSetMatch(Str, outputting() && (Val & ConstVal) == ConstVal) ) { 588 if ( bitSetMatch(Str, outputting() && (Val & ConstVal) == ConstVal) ) { 595 if (bitSetMatch(Str, outputting() && (Val & Mask) == ConstVal)) 602 if (bitSetMatch(Str, outputting() && (Val & Mask) == ConstVal)) 665 const bool sameAsDefault = outputting() && !Val.hasValue(); 666 if (!outputting() && !Val.hasValue()) 683 const bool sameAsDefault = outputting() && Val == DefaultValue; [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | AMDGPUMetadata.cpp | 182 if (!MD.mAttrs.empty() || !YIO.outputting()) in mapping() 184 if (!MD.mArgs.empty() || !YIO.outputting()) in mapping() 186 if (!MD.mCodeProps.empty() || !YIO.outputting()) in mapping() 188 if (!MD.mDebugProps.empty() || !YIO.outputting()) in mapping() 198 if (!MD.mKernels.empty() || !YIO.outputting()) in mapping()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | DiagnosticInfo.cpp | 354 assert(io.outputting() && "input not yet implemented"); in mapping() 391 if (!io.outputting() || DL.isValid()) in mapping() 400 assert(io.outputting() && "input not yet implemented"); in mapping() 417 assert(io.outputting() && "input not yet implemented"); in mapping()
|
/external/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 733 if (IO.outputting()) in mapping() 741 if (!IO.outputting()) in mapping() 746 if (!IO.outputting()) in mapping() 751 if (!IO.outputting()) in mapping() 756 if (!IO.outputting()) in mapping() 761 if (!IO.outputting()) in mapping()
|
D | ObjectYAML.cpp | 22 if (IO.outputting()) { in mapping()
|
/external/curl/docs/cmdline-opts/ |
D | fail.d | 10 curl from outputting that and return error 22.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | stackmap-shadow-optimization.ll | 3 ; Check that the stackmap shadow optimization is only outputting a 2-byte
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | stackmap-shadow-optimization.ll | 3 ; Check that the X86 stackmap shadow optimization is only outputting a 3-byte
|
/external/llvm/test/CodeGen/X86/ |
D | stackmap-shadow-optimization.ll | 3 ; Check that the X86 stackmap shadow optimization is only outputting a 3-byte
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Batch.pbtxt | 26 batch_timeout_micros: Maximum number of microseconds to wait before outputting
|
D | api_def_BatchFunction.pbtxt | 38 Maximum number of microseconds to wait before outputting
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.fbo.no_attachments.txt | 44 ways of outputting data from a fragment shader without a color/depth/stencil
|
D | functional.sample_shading.txt | 44 cases render pattern by the clearing image to black, outputting white in the
|
/external/deqp-deps/glslang/Test/ |
D | 310.tesc | 158 void outputting()
|
D | 320.tesc | 139 void outputting()
|
/external/llvm/tools/llvm-pdbdump/ |
D | PdbYaml.cpp | 126 if (!IO.outputting()) { in mapping()
|
/external/selinux/python/sepolgen/ |
D | HACKING | 27 policy by building up the relevent data structures and then outputting
|