Searched refs:occurs (Results 1 – 25 of 184) sorted by relevance
12345678
/external/clang/test/SemaObjCXX/ |
D | message.mm | 65 … return [typename identity<I3>::type method]; // expected-warning{{occurs outside of a template}} 72 …int* ip3 = {[typename identity<I3>::type method]}; // expected-warning{{occurs outside of a templa… 73 …int* ip4 = {[typename identity<I2_holder>::type().get() method]}; // expected-warning{{occurs outs…
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | FailedPredicateException.as | 31 * occurs when normally parsing the alternative just like matching a token. 32 * Disambiguating predicate evaluation occurs when we hoist a predicate into
|
/external/valgrind/none/tests/ |
D | empty-exe.vgtest | 4 # indicate it ran to completion. If the crash occurs, the .stderr.out file
|
/external/clang/test/Analysis/ |
D | uninit-vals.m | 67 if (testObj->size > 0) { ; } // warning occurs here 114 if (testObj->size > 0) { ; } // warning occurs here 196 if (testObj->size > 0) { ; } // warning occurs here
|
D | security-syntax-checks.m | 71 …{The return value from the call to 'setuid' is not checked. If an error occurs in 'setuid', the f… 72 …{The return value from the call to 'setuid' is not checked. If an error occurs in 'setuid', the f… 84 …he return value from the call to 'setreuid' is not checked. If an error occurs in 'setreuid', the… 85 …he return value from the call to 'setregid' is not checked. If an error occurs in 'setregid', the…
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | exit_compare_live_range.ll | 1 ; Make sure that the compare instruction occurs after the increment to avoid
|
/external/llvm/test/CodeGen/X86/ |
D | overlap-shift.ll | 5 ;; allocator turns the shift into an LEA. This also occurs for ADD.
|
D | twoaddr-lea.ll | 5 ;; allocator turns the shift into an LEA. This also occurs for ADD.
|
/external/llvm/test/CodeGen/ARM/ |
D | tail-call-weak.ll | 8 ; weak symbol resolution occurs statically in PE/COFF, ensure that we permit
|
/external/llvm/test/Linker/ |
D | 2003-11-18-TypeResolution.ll | 2 ; symbol table with the same name and same type. When this occurs, the symbol
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2003-07-21-ExternalConstant.ll | 9 ; If a problem occurs, we should die on an assert(). Otherwise, we
|
D | apint-and-or-and.ll | 3 ; occurs for very common C/C++ code like this:
|
D | and-or-and.ll | 3 ; occurs for very common C/C++ code like this:
|
/external/llvm/test/MC/COFF/ |
D | comm-align.s | 8 # - that the section switching occurs correctly
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/ |
D | FileSystemException.groovy | 21 * Represents an error that occurs while performing a FileSystem operation.
|
/external/eigen/doc/ |
D | TopicAliasing.dox | 46 Aliasing occurs more naturally when trying to shrink a matrix. For example, the expressions <tt>vec… 132 As explained above, it may be dangerous if the same matrix or array occurs on both the left-hand si… 204 Aliasing occurs when the same matrix or array coefficients appear both on the left- and the right-h… 208 …- When you multiply two matrices, %Eigen assumes that aliasing occurs. If you know that there is n…
|
/external/icu/icu4c/source/samples/datefmt/ |
D | README.TXT | 77 zone before display. For instance, if some even occurs at 0:00 GMT 79 Stating that it occurs at 5:00 PM PDT on the day before in the
|
/external/llvm/test/CodeGen/AArch64/ |
D | regress-w29-reserved-with-fp.ll | 22 ; Call to prevent fp-elim that occurs regardless in leaf functions.
|
/external/llvm/docs/CommandGuide/ |
D | llvm-dis.rst | 62 occurs, it will exit with a non-zero value.
|
D | llvm-link.rst | 54 occurs, it will exit with a non-zero value.
|
D | llvm-as.rst | 50 If **llvm-as** succeeds, it will exit with 0. Otherwise, if an error occurs, it
|
/external/valgrind/docs/internals/ |
D | m_replacemalloc.txt | 14 This means that the following sequence occurs each time a tool that uses
|
/external/llvm/docs/ |
D | Lexicon.rst | 106 occurs between procedures, functions or compilation units (modules). 110 that occurs between procedures, functions or compilation units (modules).
|
/external/skia/platform_tools/android/gyp/ |
D | skia_android.gypi | 39 # libraries, so that they exist by the time it occurs. If there are no
|
/external/clang/docs/analyzer/ |
D | DebugChecks.rst | 98 If a call occurs within an inlined function, prints TRUE or FALSE according to 99 the value of its argument. If a call occurs outside an inlined function,
|
12345678