/external/llvm-project/polly/test/Isl/CodeGen/ |
D | non-affine-exit-node-dominance.ll | 7 ; exit block. Here we check whether the value %escaping is taken from the 14 ; CHECK: store i32 %p_escaping, i32* %escaping.s2a 21 %escaping = select i1 undef, i32 undef, i32 undef 29 ret i32 %escaping
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | text_handler.cpp | 101 bool escaping = false; in getWord() local 111 escaping = !escaping; in getWord() 115 if (!escaping) quoting = !quoting; in getWord() 122 if (escaping || quoting) break; in getWord() 131 escaping = false; in getWord()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/ |
D | text_handler.cpp | 101 bool escaping = false; in getWord() local 111 escaping = !escaping; in getWord() 115 if (!escaping) quoting = !quoting; in getWord() 122 if (escaping || quoting) break; in getWord() 131 escaping = false; in getWord()
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | text_handler.cpp | 101 bool escaping = false; in getWord() local 111 escaping = !escaping; in getWord() 115 if (!escaping) quoting = !quoting; in getWord() 122 if (escaping || quoting) break; in getWord() 131 escaping = false; in getWord()
|
D | text.cpp | 107 bool escaping = false; in spvTextToLiteral() local 109 if ((*val == '\\') && (!escaping)) { in spvTextToLiteral() 110 escaping = true; in spvTextToLiteral() 116 escaping = false; in spvTextToLiteral()
|
/external/openscreen/third_party/abseil/ |
D | BUILD.gn | 63 "src/absl/strings/escaping.cc", 64 "src/absl/strings/escaping.h", 69 "src/absl/strings/internal/escaping.cc", 70 "src/absl/strings/internal/escaping.h",
|
D | Android.bp | 47 "src/absl/strings/escaping.cc", 50 "src/absl/strings/internal/escaping.cc",
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | noescape.m | 17 // Block descriptors of non-escaping blocks don't need pointers to copy/dispose 22 // When the block is non-escaping, copy/dispose helpers aren't generated, so the 88 // If the block is non-escaping, set the BLOCK_IS_NOESCAPE and BLOCK_IS_GLOBAL 114 // Non-escaping blocks don't need copy/dispose helper functions. 126 // __block variables that are not captured by escaping blocks. 144 // __block variables captured by escaping blocks need byref helper functions.
|
/external/icu/icu4c/source/config/ |
D | mh-solaris | 81 # convert *.cpp files to _*.cpp with \u / \U escaping 84 # the actual escaping 88 # no escaping - bootstrap
|
D | mh-aix-va | 121 # no escaping - bootstrap 125 # convert *.cpp files to _*.cpp with \u / \U escaping 128 # the actual escaping
|
/external/flatbuffers/tests/FlatBuffers.GRPC.Swift/Sources/Model/ |
D | greeter.grpc.swift | 25 …quest: Message<ManyHellosRequest>, callOptions: CallOptions?, handler: @escaping (Message<HelloRep… in SayHello() 41 … Message<ManyHellosRequest>, callOptions: CallOptions? = nil, handler: @escaping (Message<HelloRep… in SayHello()
|
/external/google-breakpad/src/tools/windows/converter_exe/ |
D | converter.gyp | 39 'escaping.cc', 40 'escaping.h',
|
/external/llvm/test/Analysis/GlobalsModRef/ |
D | nonescaping-noalias.ll | 4 ; a non-escaping global as one indentified underlying object and some pointer 12 ; a parameter when the global is non-escaping. 103 ; a parameter that has been dereferenced when the global is non-escaping.
|
/external/llvm-project/llvm/test/Analysis/GlobalsModRef/ |
D | nonescaping-noalias.ll | 4 ; a non-escaping global as one indentified underlying object and some pointer 12 ; a parameter when the global is non-escaping. 103 ; a parameter that has been dereferenced when the global is non-escaping.
|
/external/llvm-project/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/escaping/ |
D | lit.cfg | 2 config.name = 'escaping'
|
/external/openscreen/third_party/abseil/src/absl/strings/ |
D | CMakeLists.txt | 23 "escaping.h" 37 "escaping.cc" 76 "internal/escaping.cc" 77 "internal/escaping.h"
|
/external/abseil-cpp/absl/strings/ |
D | CMakeLists.txt | 23 "escaping.h" 36 "escaping.cc" 75 "internal/escaping.cc" 76 "internal/escaping.h"
|
D | BUILD.bazel | 35 "escaping.cc", 56 "escaping.h", 86 "internal/escaping.cc", 92 "internal/escaping.h",
|
/external/libtextclassifier/abseil-cpp/absl/strings/ |
D | CMakeLists.txt | 23 "escaping.h" 36 "escaping.cc" 75 "internal/escaping.cc" 76 "internal/escaping.h"
|
D | BUILD.bazel | 35 "escaping.cc", 56 "escaping.h", 86 "internal/escaping.cc", 92 "internal/escaping.h",
|
/external/webrtc/third_party/abseil-cpp/absl/strings/ |
D | CMakeLists.txt | 23 "escaping.h" 36 "escaping.cc" 75 "internal/escaping.cc" 76 "internal/escaping.h"
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/ |
D | CMakeLists.txt | 23 "escaping.h" 36 "escaping.cc" 75 "internal/escaping.cc" 76 "internal/escaping.h"
|
D | BUILD.bazel | 35 "escaping.cc", 56 "escaping.h", 86 "internal/escaping.cc", 92 "internal/escaping.h",
|
/external/llvm-project/llvm/test/Transforms/FunctionAttrs/ |
D | nocapture.ll | 31 ret i1 0 ; escaping value not caught by def-use chaining. 33 ret i1 1 ; escaping value not caught by def-use chaining. 36 ; c4b is c4 but without the escaping part 44 ret i1 0 ; not escaping! 46 ret i1 0 ; not escaping!
|
/external/python/jinja/docs/ |
D | faq.rst | 92 There are multiple reasons why automatic escaping is not the default mode 93 and also not the recommended one. While automatic escaping of variables 101 With explicit escaping however the template engine doesn't have to perform 106 omit the escaping because he knows that integers or floats don't contain
|