Home
last modified time | relevance | path

Searched refs:unreferenced (Results 1 – 21 of 21) sorted by relevance

/external/opencv3/modules/python/
Dcommon.cmake85 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /wd4100") #unreferenced formal parameter
87 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /wd4505") #unreferenced local function has been removed
/external/clang/test/CodeGenCXX/
Dsections.cpp37 __declspec(allocate("read_flag_section")) int unreferenced = 0; variable
/external/e2fsprogs/tests/progs/test_data/
Dtest.icount50 # Time to test increment. First increment from 0 (previously unreferenced)
/external/boringssl/src/
DCMakeLists.txt24 "C4100" # 'exarg' : unreferenced formal parameter
45 "C4514" # 'function': unreferenced inline function has been removed
/external/llvm/test/Linker/
Donly-needed-named-metadata.ll8 ; otherwise unreferenced globals to be linked. This also ensures that the
/external/opencv3/cmake/
DOpenCVCompilerOptions.cmake211 # Remove unreferenced functions: function level linking
235 # Remove unreferenced functions: function level linking
/external/mesa3d/docs/
DMESA_multithread_makecurrent.spec116 The GLX context is unreferenced from that thread, and the other
/external/llvm/cmake/modules/
DHandleLLVMOptions.cmake302 -wd4100 # Suppress 'unreferenced formal parameter'
305 -wd4505 # Suppress 'unreferenced local function has been removed'
/external/eigen/
DCMakeLists.txt228 # C4505 - unreferenced local function has been removed (impossible to deactive selectively)
/external/gmock/include/gmock/
Dgmock-generated-actions.h.pump744 // The ACTION*() macros trigger warning C4100 (unreferenced formal
/external/mesa3d/src/gallium/docs/source/
Dcontext.rst248 performance due to unreferenced vertex buffers being unnecessarily DMA'ed or
/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-actions.h.pump744 // The ACTION*() macros trigger warning C4100 (unreferenced formal
/external/llvm/docs/
DMakefileGuide.rst235 (unreferenced) symbols will not be included when the ``.a`` syntax is used. Note
DLangRef.rst231 linkage, except that unreferenced globals with ``weak`` linkage may
239 unreferenced. ``common`` symbols may not have an explicit section,
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
DC.stg664 // unreferenced local function has been removed - susually getTokenNames or freeScope, they can g…
/external/guice/extensions/struts2/lib/
Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/ ...
/external/bison/doc/
Dbison.texi4792 Finally, Bison will never invoke a @code{%destructor} for an unreferenced
12358 @c LocalWords: allocators subunit initializations unreferenced untyped
Dbison.info4845 Finally, Bison will never invoke a `%destructor' for an unreferenced
/external/tpm2/
Dpart4.txt1587 …This define is used to eliminate the compiler warning about an unreferenced parameter. Basically, …
1588 the compiler that it is not an accident that the parameter is unreferenced.
/external/libxml2/
DChangeLog8452 enhancement to prevent comment with unreferenced variable.
/external/bison/
DChangeLog-20126722 Don't apply the default %destructor/%printer to an unreferenced midrule