HomeSort by relevance Sort by last modified time
    Searched defs:USE (Results 1 - 18 of 18) sorted by null

  /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(); }
87 USE(inlineFunc)
98 USE(noinline)
99 USE(alwaysInline)
105 USE(redecl1)
112 USE(redecl2)
117 USE(redecl3)
122 USE(redecl4
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xm_tri.c 10 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
22 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
981 #define USE(triFunc) \
989 #define USE(triFunc) return triFunc
995 * Return pointer to line drawing function, or NULL if we should use a
1037 USE(smooth_TRUECOLOR_z_triangle);
1039 USE(smooth_8A8B8G8R_z_triangle);
1041 USE(smooth_8A8R8G8B_z_triangle);
1043 USE(smooth_8R8G8B_z_triangle);
1045 USE(smooth_8R8G8B24_z_triangle)
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_lines.c 10 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
22 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
202 #define USE(lineFunc) \
211 #define USE(lineFunc) swrast->Line = lineFunc
218 * Determine which line drawing function to use given the current
242 USE(general_line);
249 USE(general_line);
251 USE(rgba_line);
258 USE(simple_no_z_rgba_line);
262 USE(_swrast_feedback_line)
    [all...]
s_triangle.c 10 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
22 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
363 /* Isn't it necessary to use FixedFloor below?? */ \
380 /* Isn't it necessary to use FixedFloor below?? */ \
    [all...]
  /external/vixl/src/vixl/
globals.h 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
89 inline void USE(T1) {}
92 inline void USE(T1, T2) {}
95 inline void USE(T1, T2, T3) {}
98 inline void USE(T1, T2, T3, T4) {}
  /external/v8/src/base/
macros.h 2 // Use of this source code is governed by a BSD-style license that can be
30 // (although not all) pointers. Therefore, you should use arraysize
41 // You should only use ARRAYSIZE_UNSAFE on statically allocated arrays.
68 // definition of arraysize() below, so we have to use the unsafe version for
76 // used in defining new arrays, for example. If you use arraysize on
81 // cases, you have to use the unsafe ARRAYSIZE_UNSAFE() macro below. This is
89 // use its type.
96 // its part, can't decide which to use (another mystery). Matching of
135 // The problem is not the use of reinterpret_cast. The problem is type
190 // Newly written code should use V8_INLINE and V8_NOINLINE directly
    [all...]
  /external/clang/test/CodeGenCXX/
dllimport-members.cpp 20 #define USE(func) void UNIQ(use)() { func(); }
21 #define USEMV(cls, var) int UNIQ(use)() { return ref(cls::var); }
23 #define USESPECIALS(cls) void UNIQ(use)() { useSpecials<cls>(); }
627 void UNIQ(use)() { new ImportAlloc(); } function
633 void UNIQ(use)() { new ImportAlloc[1]; } function
639 void UNIQ(use)(ImportAlloc* ptr) { delete ptr; } function
645 void UNIQ(use)(ImportAlloc* ptr) { delete[] ptr; } function
    [all...]
dllexport.cpp 19 #define USEVAR(var) int UNIQ(use)() { return var; }
20 #define USE(func) void UNIQ(use)() { func(); }
21 #define USEMEMFUNC(class, func) void (class::*UNIQ(use)())() { return &class::func; }
357 USE(exportedFuncTmpl<ImplicitInst_Exported>)
723 long use(PR23308* p) { p->f(nullptr); } function
    [all...]
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 USECLASS(class) void UNIQ(USE)() { class x; }
31 #define USECOPYASSIGN(class) class& (class::*UNIQ(use)())(class&) { return &class::operator=; }
32 #define USEMOVEASSIGN(class) class& (class::*UNIQ(use)())(class&&) { return &class::operator=; }
96 USE(inlineStaticLocalsFunc);
105 USE(initializationFunc)
310 void UNIQ(use)() { ::operator new(42); } function
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
symtable.h 61 /* Flags for def-use information */
66 #define USE 2<<2 /* name is used */
  /prebuilts/gdb/linux-x86/include/python2.7/
symtable.h 61 /* Flags for def-use information */
66 #define USE 2<<2 /* name is used */
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
symtable.h 61 /* Flags for def-use information */
66 #define USE 2<<2 /* name is used */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
symtable.h 61 /* Flags for def-use information */
66 #define USE 2<<2 /* name is used */
  /dalvik/dx/etc/
jasmin.jar 
  /prebuilts/tools/common/jasmin/
jasmin.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 1401 milliseconds