Home
last modified time | relevance | path

Searched refs:escaping (Results 1 – 25 of 189) sorted by relevance

12345678

/external/llvm-project/polly/test/Isl/CodeGen/
Dnon-affine-exit-node-dominance.ll7 ; 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/
Dtext_handler.cpp101 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/
Dtext_handler.cpp101 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/
Dtext_handler.cpp101 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()
Dtext.cpp107 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/
DBUILD.gn63 "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",
DAndroid.bp47 "src/absl/strings/escaping.cc",
50 "src/absl/strings/internal/escaping.cc",
/external/llvm-project/clang/test/CodeGenObjC/
Dnoescape.m17 // 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/
Dmh-solaris81 # convert *.cpp files to _*.cpp with \u / \U escaping
84 # the actual escaping
88 # no escaping - bootstrap
Dmh-aix-va121 # 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/
Dgreeter.grpc.swift25 …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/
Dconverter.gyp39 'escaping.cc',
40 'escaping.h',
/external/llvm/test/Analysis/GlobalsModRef/
Dnonescaping-noalias.ll4 ; 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/
Dnonescaping-noalias.ll4 ; 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/
Dlit.cfg2 config.name = 'escaping'
/external/openscreen/third_party/abseil/src/absl/strings/
DCMakeLists.txt23 "escaping.h"
37 "escaping.cc"
76 "internal/escaping.cc"
77 "internal/escaping.h"
/external/abseil-cpp/absl/strings/
DCMakeLists.txt23 "escaping.h"
36 "escaping.cc"
75 "internal/escaping.cc"
76 "internal/escaping.h"
DBUILD.bazel35 "escaping.cc",
56 "escaping.h",
86 "internal/escaping.cc",
92 "internal/escaping.h",
/external/libtextclassifier/abseil-cpp/absl/strings/
DCMakeLists.txt23 "escaping.h"
36 "escaping.cc"
75 "internal/escaping.cc"
76 "internal/escaping.h"
DBUILD.bazel35 "escaping.cc",
56 "escaping.h",
86 "internal/escaping.cc",
92 "internal/escaping.h",
/external/webrtc/third_party/abseil-cpp/absl/strings/
DCMakeLists.txt23 "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/
DCMakeLists.txt23 "escaping.h"
36 "escaping.cc"
75 "internal/escaping.cc"
76 "internal/escaping.h"
DBUILD.bazel35 "escaping.cc",
56 "escaping.h",
86 "internal/escaping.cc",
92 "internal/escaping.h",
/external/llvm-project/llvm/test/Transforms/FunctionAttrs/
Dnocapture.ll31 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/
Dfaq.rst92 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

12345678