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

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/test/profile/Inputs/
extern_template1.cpp 1 #define USE
3 #undef USE
extern_template2.cpp 1 #define USE
3 #undef USE
extern_template.h 12 #ifdef USE
  /external/clang/test/CodeGen/
dllimport.c 10 #define USEVAR(var) int JOIN(use, __LINE__)() { return var; }
11 #define USE(func) void JOIN(use, __LINE__)() { func(); }
88 USE(inlineFunc)
99 USE(noinline)
100 USE(alwaysInline)
106 USE(redecl1)
113 USE(redecl2)
119 USE(redecl3)
125 USE(redecl4
    [all...]
  /external/clang/test/CXX/except/except.spec/
p15.cpp 6 #ifdef USE
  /external/v8/src/ia32/
cpu-ia32.cc 2 // Use of this source code is governed by a BSD-style license that can be
36 USE(res);
simulator-ia32.h 2 // Use of this source code is governed by a BSD-style license that can be
31 // just use the C stack limit.
36 USE(isolate);
42 USE(isolate);
47 USE(isolate);
  /external/v8/src/x64/
cpu-x64.cc 2 // Use of this source code is governed by a BSD-style license that can be
36 USE(res);
simulator-x64.h 2 // Use of this source code is governed by a BSD-style license that can be
30 // just use the C stack limit.
40 USE(isolate);
44 static inline void UnregisterCTryCatch(Isolate* isolate) { USE(isolate); }
  /external/v8/src/x87/
cpu-x87.cc 2 // Use of this source code is governed by a BSD-style license that can be
36 USE(res);
simulator-x87.h 2 // Use of this source code is governed by a BSD-style license that can be
31 // just use the C stack limit.
36 USE(isolate);
42 USE(isolate);
46 static inline void UnregisterCTryCatch(Isolate* isolate) { USE(isolate); }
  /external/vixl/src/aarch64/
instrument-aarch64.cc 4 // Redistribution and use in source and binary forms, with or without
22 // SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
24 // OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
111 // Set up the output stream. If datafile is non-NULL, use that file. If it
112 // can't be opened, or datafile is NULL, use stdout.
255 USE(instr);
263 USE(instr);
271 USE(instr);
292 USE(instr);
300 USE(instr)
    [all...]
  /external/clang/test/CodeGenCXX/
dllimport.cpp 9 // CHECK-NOT doesn't play nice with CHECK-DAG, so use separate run lines.
26 #define USEVARTYPE(type, var) type UNIQ(use)() { return var; }
28 #define USE(func) void UNIQ(use)() { func(); }
29 #define USEMEMFUNC(class, func) void (class::*UNIQ(use)())() { return &class::func; }
30 #define USESTATICMEMFUNC(class, func) void (*UNIQ(use)())() { return &class::func; }
31 #define USECLASS(class) void UNIQ(USE)() { class x; }
32 #define USECOPYASSIGN(class) class& (class::*UNIQ(use)())(class&) { return &class::operator=; }
33 #define USEMOVEASSIGN(class) class& (class::*UNIQ(use)())(class&&) { return &class::operator=; }
97 USE(inlineStaticLocalsFunc)
311 void UNIQ(use)() { ::operator new(42); } function
    [all...]
  /external/v8/src/base/platform/
semaphore.cc 2 // Use of this source code is governed by a BSD-style license that can be
27 USE(result);
34 USE(result);
40 USE(result);
79 USE(result);
86 USE(result);
91 // This check may fail with <libc-2.21, which we use on the try bots, if the
147 USE(result);
154 USE(result);
161 USE(result)
    [all...]
mutex.cc 2 // Use of this source code is governed by a BSD-style license that can be
17 // Use an error checking mutex in debug mode.
27 // Use a fast mutex (default attributes).
31 USE(result);
45 USE(result);
52 USE(result);
59 USE(result);
66 USE(result);
condition-variable.cc 2 // Use of this source code is governed by a BSD-style license that can be
21 // source for pthread_cond_timedwait() to use the monotonic clock.
34 USE(result);
54 USE(result);
61 USE(result);
68 USE(result);
76 USE(result);
97 // source for pthread_cond_timedwait() to use the monotonic clock.
129 USE(ok);
209 USE(ok)
    [all...]
  /external/vboot_reference/
emerge_test.sh 3 # Use of this source code is governed by a BSD-style license that can be
6 # Tests emerging all the ebuilds that use vboot_reference either as an
60 USE=depthcharge emerge-${BOARD} ${TEST_EBUILDS}
  /build/make/target/board/generic_arm64/
BoardConfig.mk 4 # you may not use this file except in compliance with the License.
29 # DO NOT USE
30 # DO NOT USE
44 # DO NOT USE
45 # DO NOT USE
47 # DO NOT USE
48 # DO NOT USE
50 # DO NOT USE
51 # DO NOT USE
  /external/mesa3d/src/mesa/swrast/
s_lines.c 9 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
21 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
201 #define USE(lineFunc) \
210 #define USE(lineFunc) swrast->Line = lineFunc
217 * Determine which line drawing function to use given the current
241 USE(general_line);
248 USE(general_line);
250 USE(rgba_line);
257 USE(simple_no_z_rgba_line);
261 USE(_swrast_feedback_line)
    [all...]
  /external/v8/src/s390/
simulator-s390.cc 2 // Use of this source code is governed by a BSD-style license that can be
28 // This macro provides a platform independent use of sscanf. The reason for
73 // use of kStopCodeMask not right on PowerPC
200 // use a reasonably large buffer
217 // Use sscanf to parse the individual parts of the command line. At the
239 // use a reasonably large buffer
438 // use a reasonably large buffer
557 PrintF("Wrong usage. Use help command for more information.\n");
572 PrintF(" use register name 'all' to display all integer registers\n");
574 " use register name 'alld' to display integer registers
    [all...]
  /external/vixl/examples/aarch64/
custom-disassembler.cc 4 // Redistribution and use in source and binary forms, with or without
22 // SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
24 // OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
37 USE(instr);
66 USE(address);
82 // for example use a table mapping addresses to function names.
85 USE(instr);
  /external/mesa3d/src/mesa/drivers/x11/
xm_tri.c 9 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
21 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
983 #define USE(triFunc) \
991 #define USE(triFunc) return triFunc
997 * Return pointer to line drawing function, or NULL if we should use a
1039 USE(smooth_TRUECOLOR_z_triangle);
1041 USE(smooth_8A8B8G8R_z_triangle);
1043 USE(smooth_8A8R8G8B_z_triangle);
1045 USE(smooth_8R8G8B_z_triangle);
1047 USE(smooth_8R8G8B24_z_triangle)
    [all...]
  /external/boringssl/src/ssl/test/runner/
runner_test.go 3 // Permission to use, copy, modify, and/or distribute this software for any
11 // WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
13 // CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  /external/curl/packages/vms/
build_gnv_curl.com 9 $! Permission to use, copy, modify, and/or distribute this software for any
17 $! WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
19 $! OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  /external/v8/src/zone/
zone.cc 2 // Use of this source code is governed by a BSD-style license that can be
29 USE(start); \
30 USE(size); \
35 USE(start); \
36 USE(size); \
100 // Un-poison the segment content so we can re-use or zap it later.
136 // Compute the new segment size. We use a 'high water mark'

Completed in 2100 milliseconds

1 2 3 4 5 6 7 8 91011>>