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

1 2

  /external/compiler-rt/test/profile/Inputs/
extern_template2.cpp 1 #define USE
3 #undef USE
extern_template1.cpp 1 #define USE
3 #undef 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/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/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...]
s_triangle.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
363 /* Isn't it necessary to use FixedFloor below?? */ \
380 /* Isn't it necessary to use FixedFloor below?? */ \
    [all...]
  /external/v8/src/base/
macros.h 2 // Use of this source code is governed by a BSD-style license that can be
22 // used in defining new arrays, for example. If you use arraysize on
29 // use its type.
36 // its part, can't decide which to use (another mystery). Matching of
73 // The problem is not the use of reinterpret_cast. The problem is type
128 // Newly written code should use V8_INLINE and V8_NOINLINE directly.
133 // Newly written code should use WARN_UNUSED_RESULT.
174 // The USE(x) template is used to silence C++ compiler warnings
177 inline void USE(T) { }
  /external/vixl/src/
globals-vixl.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
182 inline void USE(const T1&) {}
185 inline void USE(const T1&, const T2&) {}
188 inline void USE(const T1&, const T2&, const T3&) {}
191 inline void USE(const T1&, const T2&, const T3&, const T4&) {}
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
symtable.h 61 /* Flags for def-use information */
66 #define USE 2<<2 /* name is used */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
symtable.h 61 /* Flags for def-use information */
66 #define USE 2<<2 /* name is used */
  /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 23 #define USEVAR(var) int UNIQ(use)() { return var; }
24 #define USE(func) void UNIQ(use)() { func(); }
25 #define USEMEMFUNC(class, func) void (class::*UNIQ(use)())() { return &class::func; }
361 USE(exportedFuncTmpl<ImplicitInst_Exported>)
779 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 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/python/cpython2/Include/
symtable.h 61 /* Flags for def-use information */
66 #define USE 2<<2 /* name is used */
  /external/python/cpython3/Include/
symtable.h 85 /* Flags for def-use information */
91 #define USE 2<<3 /* name is used */
  /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 */
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SlotIndexes.h 86 enum Slot { LOAD, USE, DEF, STORE, NUM };
204 /// isUse - Return true if this is a USE slot.
206 return getSlot() == USE;
234 /// Returns the index of the USE slot for the instruction pointed to by
237 return SlotIndex(&entry(), SlotIndex::USE);
257 /// use one of those methods.
277 /// use one of those methods.
  /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 
  /external/annotation-tools/asmx/test/lib/
saxon7.jar 

Completed in 548 milliseconds

1 2