Searched refs:placed (Results 1 – 25 of 967) sorted by relevance
12345678910>>...39
/external/llvm-project/clang/test/SemaObjC/ |
D | ivar-in-class-extension-error.m | 7 int _p0; // expected-error {{instance variables may not be placed in class extension}} 13 int _p1; // expected-error {{instance variables may not be placed in categories}}
|
/external/clang/test/SemaObjC/ |
D | ivar-in-class-extension-error.m | 7 int _p0; // expected-error {{instance variables may not be placed in class extension}} 13 int _p1; // expected-error {{instance variables may not be placed in categories}}
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | basic-block-sections-clusters.ll | 3 ; Test1: Basic blocks #0 (entry) and #2 will be placed in the same section. 4 ; Basic block 1 will be placed in a unique section. 5 ; The rest will be placed in the cold section. 11 ; Test2: Basic blocks #1 and #3 will be placed in the same section.
|
D | basic-block-sections-clusters-eh.ll | 4 ; Basic block 2 will be placed in a unique section, but #1 and #3 are placed in the special excepti… 5 ; The rest will be placed in a section along with the entry basic block. 12 ; The rest will be placed in a section along with the entry basic block.
|
D | basic-block-sections-cold.ll | 1 ; Check if basic blocks that don't get unique sections are placed in cold sections. 31 ; Check that a single cold section is started here and id 1 and 2 blocks are placed here.
|
D | explicit-section-mergeable.ll | 36 ;; Basic checks that mergeable globals are placed into multiple distinct 126 ;; to a section have been placed into distinct sections with the same name, but 148 ;; to a section have been placed into distinct sections with the same name, but 182 ;; to a section have been placed into distinct sections with the same name, but 284 ;; Error if an incompatible symbol is explicitly placed into a mergeable section. 287 …lt_1' from module '<stdin>' required a section with entry-size=0 but was placed in section '.rodat… 288 …lt_4' from module '<stdin>' required a section with entry-size=0 but was placed in section '.debug… 289 …it_2' from module '<stdin>' required a section with entry-size=0 but was placed in section '.rodat… 290 …it_4' from module '<stdin>' required a section with entry-size=0 but was placed in section '.rodat…
|
D | basic-block-sections-clusters-branches.ll | 3 ; Test1: Basic blocks #0 (entry) and #2 will be placed in the same section. 12 ; Test2: Basic blocks #1 and #3 will be placed in the same section.
|
/external/apache-commons-compress/ |
D | NOTICE.txt | 9 which has been placed in the public domain: 11 "LZMA SDK is placed in the public domain." (http://www.7-zip.org/sdk.html)
|
/external/llvm-project/llvm/test/CodeGen/WebAssembly/ |
D | cfg-stackify-dbg.mir | 3 # This tests if END_LOOP marker is placed correctly when the BB it is to be 4 # placed is unreachable. Regression test for PR41307.
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_rematerialization.cc | 133 bool placed = false; member 572 return instruction_list_.GetItem(instruction)->placed; in IsPlaced() 668 CHECK(original_buffer.defining_instruction->placed) in RematerializeBuffer() 673 CHECK(!use.user->placed) << use.user->instruction->name(); in RematerializeBuffer() 698 return item->placed && item != in_progress_item_; in IsFinished() 713 return (buffer.defining_instruction->placed && in IsCurrentlyLive() 867 item->placed = true; in BeginInstruction() 932 if (!item->placed || item == in_progress_item_) { in MemoryReducedIfCompressed() 960 if (!item->placed || item == in_progress_item_) { in MemoryReducedIfRematerialized() 1025 if (user.user->placed) { in AddCompressInstructions() [all …]
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_PartitionedCall.pbtxt | 18 and 'Tout'. The function body of f will be placed and partitioned across 22 summary: "returns `f(inputs)`, where `f`'s body is placed and partitioned."
|
D | api_def_StatefulPartitionedCall.pbtxt | 19 and 'Tout'. The function body of f will be placed and partitioned across 24 summary: "returns `f(inputs)`, where `f`'s body is placed and partitioned."
|
D | api_def_BarrierTakeMany.pbtxt | 20 These indices refer to the batch in which the values were placed into the 64 in which they were placed into the barrier. The indices output provides
|
D | api_def_ExperimentalIteratorGetDevice.pbtxt | 4 Returns the name of the device on which `resource` has been placed.
|
D | api_def_IteratorGetDevice.pbtxt | 4 Returns the name of the device on which `resource` has been placed.
|
/external/arm-trusted-firmware/docs/components/ |
D | romlib-design.rst | 11 be placed in ROM. This reduces SRAM usage by utilising the available space in 13 are placed in ROM. The capabilities of the "library at ROM" are: 19 3. Platform-specific libraries can be placed in ROM. 30 placed in ROM. The index file is platform specific and its format is: 37 function -- Name of the function to be placed in library at ROM 65 The index file is used to create a jump table which is placed in ROM. Then, the
|
/external/rust/crates/grpcio-sys/grpc/tools/doxygen/ |
D | Doxyfile.c++ | 8 # All text after a double hash (##) is considered a comment and is placed in 16 # Values that contain spaces should be placed between quotes (\" \").
|
/external/grpc-grpc/tools/doxygen/ |
D | Doxyfile.c++ | 8 # All text after a double hash (##) is considered a comment and is placed in 16 # Values that contain spaces should be placed between quotes (\" \").
|
/external/llvm-project/lld/test/ELF/linkerscript/ |
D | segment-none.s | 4 ## Test that section .foo is not placed in any segment when assigned to segment 14 ## Test that section .foo is placed in segment NONE when assigned to segment
|
/external/ltp/testcases/misc/math/float/ |
D | README | 24 /* check that make install will install datafiles where they've to be placed */ 52 /* datafiles are supposed to be placed to the same directory as executables */
|
/external/antlr/runtime/C/doxygen/ |
D | atsections.dox | 28 /// Java targeted grammars allow the special section <code>\@init</code> to be placed after the dec… 64 /// to be placed at the start of each generated file, regardless of whether it is a .c or .h file. … 89 /// the code they encapsulate to be placed in the generated .h file, \b after the standard 116 /// the code they encapsulate to be placed in the generated .h file, \b before the standard 129 /// the code they encapsulate to be placed in the generated <b>.C</b> file, after the generated inc…
|
/external/wayland-protocols/freedesktop.org/ |
D | README | 33 is placed within the toplevel directory containing the protocols with the 34 same state. Stable protocols are placed in the +stable/+ directory, 35 unstable protocols are placed in the +unstable/+ directory, and 36 deprecated protocols are placed in the +deprecated/+ directory. 92 be placed in the directory +unstable/foo-bar/+ consisting of one file
|
/external/libusb/ |
D | INSTALL_WIN.txt | 35 The 32-bit binaries are placed in a Win32\ directory at the root of the 37 The 64-bit binaries are placed in a x64\ directory.
|
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | pr40427.ll | 2 ; Test for correct placement of DBG_VALUE, which in PR40427 is placed before 7 ; because the truncate is optimised out, and the DBG_VALUE should be placed
|
/external/libyuv/files/ |
D | .gn | 13 # GN build files are placed when they can not be placed directly
|
12345678910>>...39