HomeSort by relevance Sort by last modified time
    Searched refs:Used (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/clang/include/clang/Sema/
Weak.h 10 // This file defines the WeakInfo class, which is used to store
28 bool used; // identifier later declared? member in class:clang::WeakInfo
31 : alias(0), loc(SourceLocation()), used(false) {}
33 : alias(Alias), loc(Loc), used(false) {}
36 void setUsed(bool Used=true) { used = Used; }
37 inline bool getUsed() { return used; }
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 114 bool Used;
116 InputArg() : VT(MVT::Other), Used(false) {}
117 InputArg(ArgFlagsTy flags, EVT vt, bool used)
118 : Flags(flags), Used(used) {
  /external/llvm/lib/Transforms/Scalar/
DCE.cpp 14 // it rechecks instructions that were used by removed instructions to see if
110 // instructions being used, add them to the worklist, because they might
114 if (Instruction *Used = dyn_cast<Instruction>(*OI))
115 WorkList.push_back(Used);
  /development/tools/emulator/opengl/system/egl/
Android.mk 18 # Used to access the Bionic private OpenGL TLS slot
  /frameworks/base/data/keyboards/
common.mk 16 # Used by Android.mk and keyboards.mk.
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCUnusedIVarsChecker.cpp 29 enum IVarState { Unused, Used };
40 I->second = Used;
74 I->second = Used;
168 << "' is never used by the methods in its @implementation "
169 "(although it may be used by category methods).";
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 35 /// strictest results for template argument deduction (as used for, e.g.,
    [all...]
  /frameworks/support/v7/
Android.mk 20 # A helper sub-library that contains the R class only. Used to compiled the final library
  /external/llvm/tools/lto/
LTOModule.cpp 11 // intended to be used by linker to optimize code at link time.
639 enum State { NeverSeen, Global, Defined, DefinedGlobal, Used };
653 case Used:
668 case Used:
682 case Used:
683 S = Used;
831 Value == RecordStreamer::Used)
  /external/v8/tools/
codemap.js 13 // contributors may be used to endorse or promote products derived
36 * Dynamic code entries. Used for JIT compiled code.
46 * Static code entries. Used for statically compiled code.
51 * Libraries entries. Used for the whole static code libraries.
logreader.js 13 // contributors may be used to endorse or promote products derived
29 * @fileoverview Log Reader is used to process log file produced by V8.
36 * @param {Array.<Object>} dispatchTable A table used for parsing and processing
61 * Used for printing error messages.
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 49 bool Used, bool Renamed);
777 bool Used, bool Renamed) {
781 if (Used)
881 bool Used = UsedInReloc.count(&Symbol);
886 Used || WeakrefUsed || isSignature,
896 bool Local = isLocal(*it, isSignature, Used);
903 if (RefSymbol.isUndefined() && !Used && WeakrefUsed)
912 if (isSignature && !Used)
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h 92 /// \brief A placeholder type used to construct an empty shell of a
186 // Enumeration values used in the bits stored in NextInContextAndBits.
202 /// The extra two bits are used for the TopLevelDeclInObjCContainer and
255 /// \brief Whether this declaration was "used", meaning that a definition is
257 unsigned Used : 1;
260 /// The difference with 'Used' is whether the reference appears in a
261 /// evaluated context or not, e.g. functions used in uninstantiated templates
262 /// are regarded as "referenced" but not "used".
269 /// Access - Used by C++ decls for the access specifier.
307 HasAttrs(false), Implicit(false), Used(false), Referenced(false)
    [all...]
  /external/v8/test/mjsunit/
array-literal-transitions.js 13 // contributors may be used to endorse or promote products derived
45 function get(foo) { return foo; } // Used to generate dynamic values.
sparse-array-reverse.js 13 // contributors may be used to endorse or promote products derived
59 // CONG pseudo random number generator. Used for fuzzing the sparse array
array-tostring.js 13 // contributors may be used to endorse or promote products derived
53 // used instead.
127 // Used on a string (which looks like an array of characters).
144 // ToObject is called first and the same object is being used for the
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 164 // If a used value is defined outside the region, it's an input. If an
165 // instruction is used outside the region, it's an output.
313 DEBUG(dbgs() << "value used in func: " << *value << "\n");
320 DEBUG(dbgs() << "instr used in func: " << **I << "\n");
406 static BasicBlock* FindPhiPredForUseInBlock(Value* Used, BasicBlock* BB) {
407 for (Value::use_iterator UI = Used->use_begin(),
408 UE = Used->use_end(); UI != UE; ++UI) {
592 // If the output value is used by a phi in the target block,
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jsevalcontext.js 17 * @fileoverview This class is used to evaluate expressions in a local
18 * context. Used by JstProcessor.
24 * context. These can be used in js expression in jstemplate
44 * So far, these are only used here, but we could use them thoughout
119 * $this can be used to refer to it). Notice this can even be value,
197 * Recycle a used JsEvalContext instance, so we can avoid creating one
279 * undefined. Used mostly for testing.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jsevalcontext.js 17 * @fileoverview This class is used to evaluate expressions in a local
18 * context. Used by JstProcessor.
24 * context. These can be used in js expression in jstemplate
44 * So far, these are only used here, but we could use them thoughout
119 * $this can be used to refer to it). Notice this can even be value,
197 * Recycle a used JsEvalContext instance, so we can avoid creating one
279 * undefined. Used mostly for testing.
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
  /external/sqlite/dist/orig/
shell.c 211 ** Used to prevent warnings about unused parameters
240 ** This is the name of our program. It is set in main(), used
308 ** from within an SQL statement. This program used to use the
413 ** the main program to the callback. This is used to communicate
619 ** Output a single term of CSV. Actually, p->separator is used for
898 ** If the third argument, quote, is not '\0', then it is used as a
1023 fprintf(pArg->out, "Memory Used: %d (max %d) bytes\n", iCur, iHiwtr);
1028 ** Not currently used by the CLI.
1031 ** fprintf(pArg->out, "Number of Pcache Pages Used: %d (max %d) pages\n", iCur, iHiwtr);
1037 ** Not currently used by the CLI
    [all...]
  /external/sqlite/dist/
shell.c 216 ** Used to prevent warnings about unused parameters
245 ** This is the name of our program. It is set in main(), used
313 ** from within an SQL statement. This program used to use the
418 ** the main program to the callback. This is used to communicate
624 ** Output a single term of CSV. Actually, p->separator is used for
903 ** If the third argument, quote, is not '\0', then it is used as a
1028 fprintf(pArg->out, "Memory Used: %d (max %d) bytes\n", iCur, iHiwtr);
1033 ** Not currently used by the CLI.
1036 ** fprintf(pArg->out, "Number of Pcache Pages Used: %d (max %d) pages\n", iCur, iHiwtr);
1042 ** Not currently used by the CLI
    [all...]
  /development/tools/emulator/opengl/
common.mk 9 # The following macros are used to start a new GLES emulation module.
26 # Internal list of all declared modules (used for sanity checking)
43 # Used to end a module definition, see function definitions above
  /sdk/emulator/opengl/
common.mk 9 # The following macros are used to start a new GLES emulation module.
27 # Internal list of all declared modules (used for sanity checking)
44 # Used to end a module definition, see function definitions above
  /ndk/build/core/
definitions.mk 144 # Rationale: This function is used to translate Cygwin paths into
158 # Rationale: This function expands to the host-specific shell command used
173 # Rationale: This function expands to the host-specific shell command used
188 # Rationale: This function expands to the host-specific shell command used
202 # Rationale: This function expands to the host-specific shell command used
216 # Rationale: This function expands to the host-specific shell command used
231 # Rationale: This function is used to translate Cygwin paths into
278 # This is used to enforce a call to host-mkdir.
299 # this shall be used in commands and will work around limitations
308 # This function is used to generate such a list file from a lon
    [all...]

Completed in 1755 milliseconds

1 2 3