Home
last modified time | relevance | path

Searched refs:unsafe (Results 1 – 25 of 90) sorted by relevance

1234

/external/chromium/third_party/libjingle/source/talk/xmllite/
Dxmlprinter.cc154 size_t unsafe = text.find_first_of("<>&\"", safe); in PrintQuotedValue() local
155 if (unsafe == std::string::npos) in PrintQuotedValue()
156 unsafe = text.length(); in PrintQuotedValue()
157 *pout_ << text.substr(safe, unsafe - safe); in PrintQuotedValue()
158 if (unsafe == text.length()) in PrintQuotedValue()
160 switch (text[unsafe]) { in PrintQuotedValue()
166 safe = unsafe + 1; in PrintQuotedValue()
176 size_t unsafe = text.find_first_of("<>&", safe); in PrintBodyText() local
177 if (unsafe == std::string::npos) in PrintBodyText()
178 unsafe = text.length(); in PrintBodyText()
[all …]
/external/llvm/include/llvm/CodeGen/PBQP/Heuristics/
DBriggs.h105 UnsafeArray unsafe, reverseUnsafe; member
324 ed.unsafe.clear(); in computeEdgeContributions()
325 ed.unsafe.resize(numRegs, 0); in computeEdgeContributions()
333 ed.unsafe[i] = 1; in computeEdgeContributions()
365 EdgeData::UnsafeArray &unsafe = in addEdgeContributions() local
366 nIsNode1 ? ed.unsafe : ed.reverseUnsafe; in addEdgeContributions()
370 if (unsafe[r]) { in addEdgeContributions()
392 EdgeData::UnsafeArray &unsafe = in subtractEdgeContributions() local
393 nIsNode1 ? ed.unsafe : ed.reverseUnsafe; in subtractEdgeContributions()
397 if (unsafe[r]) { in subtractEdgeContributions()
/external/clang/test/SemaObjC/
Darc-unsafe-assigns.m24 self.unsafe_prop = [Foo new]; // expected-warning {{assigning retained object to unsafe property}}
26 …self.unsafe_prop = [[Foo alloc] init]; // expected-warning {{assigning retained object to unsafe p…
36 f.unsafe_prop = [Foo new]; // expected-warning {{assigning retained object to unsafe property}}
/external/v8/tools/gcmole/
DREADME4 dependent GC-unsafe places in the V8 codebase.
6 For example the following code is GC-unsafe:
57 callsites that might be GC-unsafe based on the list of functions causing GC.
/external/llvm/test/CodeGen/PowerPC/
Dbuildvec_canonicalize.ll2 ; RUN: llc < %s -march=ppc32 -mcpu=g5 --enable-unsafe-fp-math | \
6 ; RUN: llc < %s -march=ppc32 -mcpu=g5 --enable-unsafe-fp-math | \
Dunsafe-math.ll2 ; RUN: llc < %s -march=ppc32 -enable-unsafe-fp-math | \
/external/llvm/test/CodeGen/X86/
Dsincos.ll2 ; RUN: llc < %s -march=x86 -mattr=-sse,-sse2,-sse3 -enable-unsafe-fp-math | \
4 ; RUN: llc < %s -march=x86 -mattr=-sse,-sse2,-sse3 -enable-unsafe-fp-math | \
Dfmul-zero.ll1 ; RUN: llc < %s -march=x86-64 -enable-unsafe-fp-math | not grep mulps
D2008-05-01-InvalidOrdCompare.ll1 ; RUN: llc < %s -enable-unsafe-fp-math -march=x86 | grep jnp
Dnegative-sin.ll1 ; RUN: llc < %s -enable-unsafe-fp-math -march=x86-64 | FileCheck %s
D2006-05-22-FPSetEQ.ll2 ; RUN: llc < %s -march=x86 -mattr=-sse -enable-unsafe-fp-math -enable-no-nans-fp-math | \
Dneg_fp.ll4 ; Test that when we don't -enable-unsafe-fp-math, we don't do the optimization
Dfsxor-alignment.ll1 ; RUN: llc < %s -march=x86 -mattr=+sse2 -enable-unsafe-fp-math | \
Dfabs.ll4 ; RUN: llc < %s -march=x86 -mattr=-sse,-sse2,-sse3 -enable-unsafe-fp-math -enable-no-nans-fp-math |…
/external/icu4c/i18n/
Ducol_sit.cpp865 USet *unsafe, in ucol_getUnsafeSet() argument
871 uset_clear(unsafe); in ucol_getUnsafeSet()
878 uset_applyPattern(unsafe, cccpattern, 24, USET_IGNORE_SPACE, status); in ucol_getUnsafeSet()
881 uset_addRange(unsafe, 0xe40, 0xe44); in ucol_getUnsafeSet()
882 uset_addRange(unsafe, 0xec0, 0xec4); in ucol_getUnsafeSet()
884 uset_addRange(unsafe, 0xd800, 0xdfff); in ucol_getUnsafeSet()
901 uset_add(unsafe, c); in ucol_getUnsafeSet()
909 return uset_size(unsafe); in ucol_getUnsafeSet()
/external/llvm/test/CodeGen/ARM/
Dfpcmp-opt.ll1 ; RUN: llc < %s -march=arm -mcpu=cortex-a8 -mattr=+vfp2 -enable-unsafe-fp-math -enable-no-nans-fp-m…
2 ; RUN: llc < %s -march=arm -mcpu=cortex-a8 -mattr=+vfp2 -enable-unsafe-fp-math | FileCheck -check-p…
/external/kernel-headers/original/linux/
Dmodule.h313 int unsafe; member
446 if (mod && !(mod)->unsafe) { \
450 (mod)->unsafe = 1; \
/external/llvm/cmake/modules/
DCheckAtomic.cmake28 message(STATUS "Warning: LLVM will be built thread-unsafe because atomic builtins are missing")
/external/markdown/tests/safe_mode/
Dunsafe_urls.txt1 These links should be unsafe and not allowed in safe_mode
/external/llvm/test/Transforms/LICM/
D2007-09-24-PromoteNullValue.ll1 ; Do not promote null value because it may be unsafe to do so.
/external/llvm/docs/CommandGuide/
Dllc.pod95 =item B<--enable-unsafe-fp-math>
97 Enable optimizations that make unsafe assumptions about IEEE math (e.g. that
/external/llvm/docs/HistoricalNotes/
D2001-05-19-ExceptionResponse.txt35 > also unsafe in terms of checking where control returns (which is I suppose
/external/llvm/test/CodeGen/CellSPU/
Dsp_farith.ll1 ; RUN: llc < %s -march=cellspu -enable-unsafe-fp-math > %t1.s
/external/icu4c/config/
Dmh-hpux-acc22 # 749 This operation is non-portable and potentially unsafe.
/external/llvm/test/Transforms/InstCombine/
Doverflow.ll31 ; promote it since the add.off instruction has another use, and 2) it is unsafe

1234