HomeSort by relevance Sort by last modified time
    Searched full:variable (Results 1351 - 1375 of 15203) sorted by null

<<51525354555657585960>>

  /external/lldb/test/lang/cpp/namespace/
main.cpp 12 int i; // Find the line number for anonymous namespace variable i.
24 int j; // Find the line number for named namespace variable j.
  /external/lldb/test/lang/objc/objc-optimized/
TestObjcOptimized.py 6 or 'self' variable was not properly read if the compiler
57 interp.HandleCommand('frame variable self', result)
  /external/llvm/include/llvm/Support/
SaveAndRestore.h 21 /// A utility class that uses RAII to save and restore the value of a variable.
36 /// variable is saved, and during the dstor the old value is or'ed with the new
  /external/llvm/include/llvm/Transforms/Utils/
SimplifyIndVar.h 10 // This file defines in interface for induction variable simplification. It does
58 /// simplifyUsersOfIV - Simplify instructions that use this induction variable
  /external/llvm/test/CodeGen/AArch64/
arm64-scaled_iv.ll 16 ; Only one induction variable should have been generated.
22 ; The induction variable should carry the scaling factor: 1 * 8 = 8.
  /external/llvm/test/CodeGen/PowerPC/
mcm-obj-2.ll 20 ; accessing function-scoped variable si.
39 ; accessing file-scope variable gi.
  /external/llvm/test/CodeGen/X86/
alignment-2.ll 21 ; Make sure we do not use movaps for the global variable.
22 ; It is okay to use movaps for writing the local variable on stack.
avoid_complex_am.ll 18 ; Only one induction variable should have been generated.
24 ; The induction variable should carry the scaling factor: 1.
  /external/llvm/test/Transforms/LoopVectorize/
infiniteloop.ll 9 ; variable but assumed there must be one. Scalar evolution returned a exit
11 ; induction variable. This is not a valid assumption:
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 255 // Create a local variable around the alloca
258 DIVariable Variable = DBuilder.createLocalVariable(
260 DBuilder.insertDeclare(Alloca, Variable, Store);
261 DBuilder.insertDbgValueIntrinsic(AllocaContent, 0, Variable, Terminator);
386 // Old variable must belong to the old function
389 // New variable must belong to the New function
396 // Old variable must belong to the old function
399 // New variable must belong to the New function
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_variable.h 53 /* A friend is a variable that shares a reader with another variable.
  /external/mesa3d/src/mesa/program/
register_allocate.h 51 * Each interference graph node is a virtual variable in the IL. It
52 * is up to the user to ra_set_node_class() for the virtual variable,
  /external/openssl/crypto/bn/asm/x86/
mul_add.pl 27 &push("ecx"); # Up the stack for a tmp variable
82 &pop("ecx"); # clear variable from
  /external/proguard/src/proguard/optimize/info/
VariableUsageMarker.java 47 * Returns whether the given variable has been marked as being used.
87 // Mark the variable.
  /external/proguard/src/proguard/util/
VariableStringMatcher.java 24 * This StringMatcher tests whether strings start with a specified variable
93 * Returns whether the given character is allowed in the variable string.
  /external/qemu/distrib/sdl-1.2.15/
README.PicoGUI 16 is in use by setting the SDL_VIDEODRIVER environment variable
23 variable to the path of your libpgui.so file.
  /external/tcpdump/
ah.h 45 /* variable size, 32bit bound*/ /* Authentication data */
54 /* variable size, 32bit bound*/ /* Authentication data */
  /external/valgrind/main/drd/tests/
pth_inconsistent_cond_wait.c 1 /** Trigger two kinds of errors: once that condition variable s_cond is
4 * associated with the condition variable is locked.
  /hardware/ti/omap4-aah/domx/make/
start.mk 24 $(error Error: variable PROJROOT not defined)
29 #$(error Error: variable BRIDGEROOT not defined)
  /hardware/ti/omap4xxx/domx/make/
start.mk 24 $(error Error: variable PROJROOT not defined)
29 #$(error Error: variable BRIDGEROOT not defined)
  /ndk/sources/host-tools/make-3.81/tests/scripts/variables/
SHELL 31 # As a GNU make extension, if make's SHELL variable is explicitly exported,
42 # variable.
  /ndk/sources/host-tools/sed-4.2.1/lib/
error.h 54 /* This variable is incremented each time `error' is called. */
58 variable controls whether this mode is selected or not. */
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/
environment.ipp 22 #include <boost/test/utils/runtime/env/variable.hpp>
111 BOOST_RT_PARAM_LITERAL( "First access to the environment variable " )
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
cpio.h 26 a variable length, NUL terminated filename,
27 and variable length file data.
errno.h 41 /* Declare the `errno' variable, unless it's defined as a macro by
43 variable. This redeclaration using the macro still works, but it

Completed in 2559 milliseconds

<<51525354555657585960>>