Searched defs:USE (Results 1 - 14 of 14) sorted by relevance

/external/compiler-rt/test/profile/Inputs/
H A Dextern_template2.cpp1 #define USE macro
3 #undef USE macro
H A Dextern_template1.cpp1 #define USE macro
3 #undef USE macro
/external/clang/test/CodeGen/
H A Ddllimport.c11 #define USE(func) void JOIN(use, __LINE__)() { func(); } macro
88 USE(inlineFunc) function
99 USE(noinline)
100 USE(alwaysInline)
106 USE(redecl1)
113 USE(redecl2)
119 USE(redecl3)
125 USE(redecl4)
131 USE(redecl5)
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_tri.c22 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
981 #define USE(triFunc) \ macro
989 #define USE(triFunc) return triFunc macro
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);
1047 USE(smooth_TRUEDITHER_z_triangle);
1049 USE(smooth_5R6G5B_z_triangl
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_lines.c22 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
202 #define USE(lineFunc) \ macro
211 #define USE(lineFunc) swrast->Line = lineFunc macro
242 USE(general_line);
249 USE(general_line);
251 USE(rgba_line);
258 USE(simple_no_z_rgba_line);
262 USE(_swrast_feedback_line);
266 USE(_swrast_select_line);
H A Ds_triangle.c22 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
977 #define USE(triFunc) \ macro
986 #define USE(triFunc) swrast->Triangle = triFunc; macro
1007 USE(nodraw_triangle);
1033 USE(occlusion_zless_16_triangle);
1099 USE(simple_z_textured_triangle);
1102 USE(simple_textured_triangle);
1107 USE(general_triangle);
1113 USE(general_triangle);
1116 USE(affine_textured_triangl
[all...]
/external/v8/src/base/
H A Dmacros.h174 // The USE(x) template is used to silence C++ compiler warnings
177 inline void USE(T) { } function
/external/clang/test/CodeGenCXX/
H A Ddllimport-members.cpp20 #define USE(func) void UNIQ(use)() { func(); } macro
668 USE(MemFunTmpl::importedStatic<ImplicitInst_Imported>)
683 USE(MemFunTmpl::importedStatic<ExplicitDecl_Imported>)
698 USE(MemFunTmpl::importedStatic<ExplicitInst_Imported>)
727 USE(MemFunTmpl::importedStatic<ExplicitSpec_Imported>)
732 //USE(MemFunTmpl::importedStatic<ExplicitSpec_Def_Imported>)
738 USE(MemFunTmpl::importedStatic<ExplicitSpec_InlineDef_Imported>)
753 USE(MemFunTmpl::importedStatic<ExplicitSpec_NotImported>)
768 USE(MemFunTmpl::staticDef<ExplicitDecl_Imported>)
783 USE(MemFunTmp
[all...]
H A Ddllexport.cpp24 #define USE(func) void UNIQ(use)() { func(); } macro
361 USE(exportedFuncTmpl<ImplicitInst_Exported>)
H A Ddllimport.cpp28 #define USE(func) void UNIQ(use)() { func(); } macro
31 #define USECLASS(class) void UNIQ(USE)() { class x; }
97 USE(inlineStaticLocalsFunc);
106 USE(initializationFunc);
209 USE(decl)
215 USE(externC)
223 USE(inlineFunc)
231 USE(inlineDecl)
239 USE(inlineDef)
245 USE(noinlin
[all...]
/external/vixl/src/
H A Dglobals-vixl.h22 // 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
168 inline void USE(const T1&) {} function
171 inline void USE(const T1&, const T2&) {} function
174 inline void USE(const T1&, const T2&, const T3&) {} function
177 inline void USE(const T1&, const T2&, const T3&, const T4&) {} function
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DSlotIndexes.h86 enum Slot { LOAD, USE, DEF, STORE, NUM }; enumerator in enum:llvm::SlotIndex::Slot
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);
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...

Completed in 318 milliseconds