/external/clang/test/Analysis/ |
stackaddrleak.c | 28 // Test that we catch multiple returns via globals when analyzing a function.
|
/external/freetype/src/autofit/ |
afpic.h | 56 ( GET_PIC( FT_FACE_LIBRARY(globals->face) )->af_script_classes )
|
/external/libxml2/include/libxml/ |
threads.h | 35 #include <libxml/globals.h>
|
/external/llvm/lib/Target/Mips/ |
MipsTargetObjectFile.h | 38 // TODO: Classify globals as mips wishes.
|
/external/llvm/lib/Target/XCore/ |
XCoreTargetObjectFile.h | 21 // TODO: Classify globals as xcore wishes.
|
/external/llvm/test/CodeGen/NVPTX/ |
global-ordering.ll | 4 ; Make sure we emit these globals in def-use order
|
/external/llvm/test/Instrumentation/AddressSanitizer/ |
do-not-instrument-internal-globals.ll | 1 ; This test checks that we are not instrumenting globals
|
/external/llvm/test/Transforms/ConstantMerge/ |
dont-merge.ll | 32 ; PR8144 - Don't merge globals marked attribute(used)
|
/external/llvm/test/Transforms/GlobalOpt/ |
memset.ll | 1 ; both globals are write only, delete them.
|
/external/qemu/android/protocol/ |
user-events-protocol.h | 20 #include "android/globals.h"
|
/external/webkit/Source/WebCore/css/ |
MediaFeatureNames.cpp | 42 // Use placement new to initialize the globals.
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
UT_static_globals.java | 27 super(rstc, "Static Globals", ctx);
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/ |
SymbolTableParser.m | 193 * SymbolTable.g:25:1: prog : globals ( method )* ; 201 // SymbolTable.g:27:5: ( globals ( method )* ) // ruleBlockSingleAlt 202 // SymbolTable.g:27:9: globals ( method )* // alt 206 [self globals]; 261 * $ANTLR start globals 262 * SymbolTable.g:30:1: globals : ( decl )* ; 264 - (void) globals 309 NSLog( @"globals: %@", [((Symbols_Scope *)[Symbols_stack peek]).names toString] ); 331 /* $ANTLR end globals */
|
/external/llvm/lib/Analysis/IPA/ |
GlobalsModRef.cpp | 1 //===- GlobalsModRef.cpp - Simple Mod/Ref Analysis for Globals ------------===// 49 /// GlobalInfo - Maintain mod/ref info for all of the globals without 75 /// NonAddressTakenGlobals - The globals that do not have their addresses 87 /// FunctionInfo - For each function, keep track of what globals are 99 AnalyzeGlobals(M); // find non-addr taken globals 190 "globalsmodref-aa", "Simple mod/ref analysis for globals", 194 "globalsmodref-aa", "Simple mod/ref analysis for globals", 299 /// heap memory: that is, all initializers of the globals are allocations, and 359 /// AnalyzeCallGraph - At this point, we know the functions where globals are 373 // function records (may have been created when scanning globals) [all...] |
/external/llvm/tools/llvm-extract/ |
llvm-extract.cpp | 48 DeleteFn("delete", cl::desc("Delete specified Globals from Module")); 75 // ExtractGlobals - The globals to extract from the module. 80 // ExtractRegExpGlobals - The globals, matched via regular expression, to 147 // Figure out which globals we should extract. 158 // Extract globals via regular expression matching. 262 Passes.add(createGlobalDCEPass()); // Delete unreachable globals
|
/external/chromium/googleurl/build/ |
googleurl.vcproj | 237 <Globals> 238 </Globals>
|
/external/chromium/sdch/open-vcdiff/vsprojects/addrcache_test/ |
addrcache_test.vcproj | 207 <Globals> 208 </Globals>
|
/external/chromium/sdch/open-vcdiff/vsprojects/blockhash_test/ |
blockhash_test.vcproj | 207 <Globals> 208 </Globals>
|
/external/chromium/sdch/open-vcdiff/vsprojects/codetable_test/ |
codetable_test.vcproj | 207 <Globals> 208 </Globals>
|
/external/chromium/sdch/open-vcdiff/vsprojects/decodetable_test/ |
decodetable_test.vcproj | 207 <Globals> 208 </Globals>
|
/external/chromium/sdch/open-vcdiff/vsprojects/encodetable_test/ |
encodetable_test.vcproj | 207 <Globals> 208 </Globals>
|
/external/chromium/sdch/open-vcdiff/vsprojects/headerparser_test/ |
headerparser_test.vcproj | 207 <Globals> 208 </Globals>
|
/external/chromium/sdch/open-vcdiff/vsprojects/instruction_map_test/ |
instruction_map_test.vcproj | 205 <Globals> 206 </Globals>
|
/external/chromium/sdch/open-vcdiff/vsprojects/output_string_test/ |
output_string_test.vcproj | 211 <Globals> 212 </Globals>
|
/external/chromium/sdch/open-vcdiff/vsprojects/rolling_hash_test/ |
rolling_hash_test.vcproj | 207 <Globals> 208 </Globals>
|