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

1 2 3 4 5 6 7

  /external/clang/test/CodeGen/
libcall-declarations.c 79 void *use[] = { variable
  /external/clang/test/CodeGenCXX/
block.cpp 8 virtual void use() { func((void*)this); } function in struct:Test
17 useBlock(^(void) { t.use(); });
debug-lambda-expressions.cpp 4 void *use = &var; variable
lambda-expressions.cpp 8 void *use = &used; variable
extern-c.cpp 26 void *use = &test1_b; member in namespace:test1
static-init-3.cpp 11 static void use(T const &) {} function in struct:X1
14 use(instance);
  /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 // Redistribution and use in source and binary forms, with or without
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
64 HValue* use = it.value(); local
65 if (!in_worklist_.Contains(use->id())) {
66 in_worklist_.Add(use->id());
67 worklist_.Add(use, zone());
hydrogen-uint32-analysis.cc 2 // Redistribution and use in source and binary forms, with or without
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
34 bool HUint32AnalysisPhase::IsSafeUint32Use(HValue* val, HValue* use) {
36 if (use->IsBitwise() || use->IsShl() || use->IsSar() || use->IsShr()) {
38 } else if (use->IsChange() || use->IsSimulate())
70 HValue* use = it.value(); local
90 HValue* use = it.value(); local
    [all...]
hydrogen-infer-representation.cc 2 // Redistribution and use in source and binary forms, with or without
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
57 // indirectly through a transitive closure of the def-use relation.
66 HValue* use = it.value(); local
67 if (use->IsPhi()) {
68 int id = HPhi::cast(use)->phi_id();
113 // Use the phi reachability information from step 2 to
114 // sum up the non-phi use counts of all connected phis.
  /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/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
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
SmartPtr.h 5 * you may not use this file except in compliance with the License.
49 use();
62 use();
108 use();
124 use();
137 int use() { function in class:SmartPtr
  /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/droiddriver/src/com/google/android/droiddriver/
DroidDriverBuilder.java 5 * you may not use this file except in compliance with the License.
86 public DroidDriverBuilder use(Implementation implementation) { method in class:DroidDriverBuilder
  /sdk/emulator/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

Completed in 390 milliseconds

1 2 3 4 5 6 7