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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/basic/basic.def/
p4.cpp 6 int use = f() + n; // expected-note 2{{used here}} variable
  /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
pr25501.cpp 7 auto use = aaa; 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
  /prebuilts/go/darwin-x86/test/fixedbugs/bug407.dir/
two.go 2 // Use of this source code is governed by a BSD-style
5 // Use the functions in one.go so that the inlined
12 func use() { func
  /prebuilts/go/darwin-x86/test/fixedbugs/issue3552.dir/
two.go 2 // Use of this source code is governed by a BSD-style
5 // Use the functions in one.go so that the inlined
12 func use() { func
  /prebuilts/go/linux-x86/test/fixedbugs/bug407.dir/
two.go 2 // Use of this source code is governed by a BSD-style
5 // Use the functions in one.go so that the inlined
12 func use() { func
  /prebuilts/go/linux-x86/test/fixedbugs/issue3552.dir/
two.go 2 // Use of this source code is governed by a BSD-style
5 // Use the functions in one.go so that the inlined
12 func use() { func
  /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
  /prebuilts/go/darwin-x86/test/fixedbugs/bug392.dir/
pkg2.go 2 // Use of this source code is governed by a BSD-style
5 // Use the functions in one.go so that the inlined
12 func use() { func
  /prebuilts/go/linux-x86/test/fixedbugs/bug392.dir/
pkg2.go 2 // Use of this source code is governed by a BSD-style
5 // Use the functions in one.go so that the inlined
12 func use() { func
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_pressure_test/
cpuset_memory_pressure.c 34 //argv[1] memory use(M) (>0)
38 long int use; local
43 if ((use = strtol(argv[1], NULL, 10)) < 0) {
49 long int mmap_block = use * unit / 10 / pagesize;
62 if (total_block * pagesize >= use * unit)
  /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 &apos;use&apos;</string>
204 // CHECK-NEXT: <string>Calling &apos;use&apos;</string>
325 // CHECK-NEXT: <key>issue_context</key><string>use</string>
    [all...]
  /external/mockito/src/test/java/org/mockitousage/examples/use/
Article.java 6 package org.mockitousage.examples.use;
ArticleCalculator.java 6 package org.mockitousage.examples.use;
ArticleDatabase.java 6 package org.mockitousage.examples.use;
  /external/v8/src/crankshaft/
hydrogen-infer-types.cc 2 // Use of this source code is governed by a BSD-style license that can be
42 HValue* use = it.value(); local
43 if (!in_worklist_.Contains(use->id())) {
44 in_worklist_.Add(use->id());
45 worklist_.Add(use, zone());

Completed in 2113 milliseconds

1 2 3 4 5 6 7 8 91011>>