HomeSort by relevance Sort by last modified time
    Searched defs:use (Results 1 - 25 of 190) sorted by null

1 2 3 4 5 6 7 8

  /external/clang/test/CodeGen/
libcall-declarations.c 263 void *use[] = { variable
  /external/clang/test/CodeGenCXX/
block.cpp 9 virtual void use() { func((void*)this); } function in struct:Test
18 useBlock(^(void) { t.use(); });
debug-lambda-expressions.cpp 4 void *use = &var; variable
lambda-expressions.cpp 8 void *use = &used; variable
lambda-expressions-nested-linkage.cpp 44 int use = foo(); member in namespace:inline_function
static-init-3.cpp 11 static void use(T const &) {} function in struct:X1
14 use(instance);
const-init-cxx1y.cpp 46 const int &use = i<void>; member in namespace:VariableTemplateWithConstRef
54 const int &use = i<void>; member in namespace:HiddenVariableTemplateWithConstRef
extern-c.cpp 29 void *use = &test1_b; member in namespace:test1
  /external/chromium_org/third_party/skia/src/animator/
SkDrawTo.h 5 * Use of this source code is governed by a BSD-style license that can be
28 SkDrawBitmap* use; member in class:SkDrawTo
SkDisplayAdd.h 5 * Use of this source code is governed by a BSD-style license that can be
38 SkDrawable* use; member in class:SkAdd
  /external/chromium_org/third_party/skia/src/svg/
SkSVGClipPath.cpp 5 * Use of this source code is governed by a BSD-style license that can be
30 SkSVGUse* use = (SkSVGUse*) child; local
32 const char* refStr = &use->f_xlink_href.c_str()[1];
  /external/skia/src/animator/
SkDrawTo.h 5 * Use of this source code is governed by a BSD-style license that can be
28 SkDrawBitmap* use; member in class:SkDrawTo
SkDisplayAdd.h 5 * Use of this source code is governed by a BSD-style license that can be
38 SkDrawable* use; member in class:SkAdd
  /external/skia/src/svg/
SkSVGClipPath.cpp 5 * Use of this source code is governed by a BSD-style license that can be
30 SkSVGUse* use = (SkSVGUse*) child; local
32 const char* refStr = &use->f_xlink_href.c_str()[1];
  /external/valgrind/main/helgrind/tests/
tc03_re_excl.c 10 /* A simple function to "use" a value, so that gcc can't
12 static void use ( int x ) { function
19 use(arg[5]); /* read access */
32 use(x[5]); /* read access */
  /external/chromium_org/v8/src/
hydrogen-infer-types.cc 2 // Use of this source code is governed by a BSD-style license that can be
41 HValue* use = it.value(); local
42 if (!in_worklist_.Contains(use->id())) {
43 in_worklist_.Add(use->id());
44 worklist_.Add(use, zone());
hydrogen-infer-representation.cc 2 // Use of this source code is governed by a BSD-style license that can be
34 // indirectly through a transitive closure of the def-use relation.
43 HValue* use = it.value(); local
44 if (use->IsPhi()) {
45 int id = HPhi::cast(use)->phi_id();
102 // Use the phi reachability information from step 2 to
103 // sum up the non-phi use counts of all connected phis.
hydrogen-uint32-analysis.cc 2 // Use of this source code is governed by a BSD-style license that can be
35 bool HUint32AnalysisPhase::IsSafeUint32Use(HValue* val, HValue* use) {
37 if (use->IsBitwise() || use->IsShl() || use->IsSar() || use->IsShr()) {
39 } else if (use->IsSimulate()) {
42 } else if (use->IsChange()) {
47 DCHECK(HChange::cast(use)->to().IsDouble() ||
48 HChange::cast(use)->to().IsSmi() |
83 HValue* use = it.value(); local
103 HValue* use = it.value(); local
    [all...]
  /external/clang/test/Analysis/inlining/
eager-reclamation-path-notes.c 5 void use(int *ptr, int val) { function
21 use(p, compute());
23 // expected-note@-2 {{Calling 'use'}}
202 // CHECK-NEXT: <string>Calling &apos;use&apos;</string>
204 // CHECK-NEXT: <string>Calling &apos;use&apos;</string>
322 // CHECK-NEXT: <key>issue_context</key><string>use</string>
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_live_variables.h 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
44 bool *use; member in struct:brw::block_data
  /external/clang/test/Analysis/diagnostics/
undef-value-param.c 19 int use(int c) { function
173 // CHECK-NEXT: <string>Entered call from &apos;use&apos;</string>
175 // CHECK-NEXT: <string>Entered call from &apos;use&apos;</string>
439 // CHECK-NEXT: <key>issue_context</key><string>use</string>
    [all...]
  /external/elfutils/0.153/libdwfl/
dwfl_module.c 27 of Non-GPL Code may instantiate templates or use macros or inline
141 inline Dwfl_Module *use (Dwfl_Module *mod) function
164 return use (m);
188 return use (mod);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_live_variables.h 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
44 bool *use; member in struct:brw::block_data
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
SmartPtr.h 5 * you may not use this file except in compliance with the License.
49 use();
62 use();
112 use();
128 use();
141 int use() { function in class:SmartPtr
  /external/valgrind/main/memcheck/tests/amd64/
insn-pmovmskb.c 39 /* Use a value that we know is invalid. */
40 static void use(int index, int invalid) function
58 copy that we can use without generating a memcheck warning. */
69 else use(bit, result & mask);
73 else use(bit, result & mask);
77 else use(bit, result & mask);
81 else use(bit, result & mask);
85 else use(bit, result & mask);
89 else use(bit, result & mask);
93 else use(bit, result & mask)
    [all...]

Completed in 1484 milliseconds

1 2 3 4 5 6 7 8