/external/clang/test/Modules/Inputs/pr19692/ |
TBlah.h | 2 int use = INT64_MAX; variable
|
/external/clang/test/Modules/ |
merge-decl-order.cpp | 9 N::foo *use; variable
|
merge-friends.cpp | 5 N::foo *use; variable
|
update-exception-spec.cpp | 4 void use(B *p); 6 void use(B *p) { g(p); } function
|
/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(); });
|
cxx1z-fold-expression.cpp | 8 void use() { function 30 void use(Partial<1, 2> p) { function
|
debug-lambda-expressions.cpp | 4 void *use = &var; variable
|
lambda-expressions.cpp | 8 void *use = &used; variable
|
lambda-expressions-nested-linkage.cpp | 52 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/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 SkADrawable* use; member in class:SkAdd
|
/external/skia/src/svg/parser/ |
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/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/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 'use'</string> 204 // CHECK-NEXT: <string>Calling 'use'</string> 323 // CHECK-NEXT: <key>issue_context</key><string>use</string> [all...] |
/external/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/diagnostics/ |
undef-value-param.c | 19 int use(int c) { function 173 // CHECK-NEXT: <string>Entered call from 'use'</string> 175 // CHECK-NEXT: <string>Entered call from 'use'</string> 440 // CHECK-NEXT: <key>issue_context</key><string>use</string> [all...] |
/external/elfutils/src/libdwfl/ |
dwfl_module.c | 137 inline Dwfl_Module *use (Dwfl_Module *mod) function 160 return use (m); 184 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
|