/external/compiler-rt/test/dfsan/ |
lit.cfg | 11 # Setup default compiler flags used with -fsanitize=dataflow option. 12 clang_dfsan_cflags = ["-fsanitize=dataflow"]
|
/external/clang/include/clang/Analysis/FlowSensitive/ |
DataflowValues.h | 1 //===--- DataflowValues.h - Data structure for dataflow values --*- C++ -*-===// 10 // This file defines a skeleton data structure for encapsulating the dataflow 24 /// Dataflow Directional Tag Classes. These are used for tag dispatching 25 /// within the dataflow solver/transfer functions to determine what direction 26 /// a dataflow analysis flows. 30 namespace dataflow { namespace in namespace:clang 33 } // end namespace dataflow 36 /// DataflowValues. Container class to store dataflow values for a CFG. 40 typename _AnalysisDirTag = dataflow::forward_analysis_tag > 60 /// isForwardAnalysis - Returns true if the dataflow values are compute [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dsconf.h | 72 DIRECTSOUNDDEVICE_DATAFLOW DataFlow; 79 DIRECTSOUNDDEVICE_DATAFLOW DataFlow; 99 DIRECTSOUNDDEVICE_DATAFLOW DataFlow; 107 DIRECTSOUNDDEVICE_DATAFLOW DataFlow; 118 DIRECTSOUNDDEVICE_DATAFLOW DataFlow;
|
mmdeviceapi.h | 652 EDataFlow dataFlow, 657 EDataFlow dataFlow, 694 EDataFlow dataFlow, 700 EDataFlow dataFlow, 730 #define IMMDeviceEnumerator_EnumAudioEndpoints(This,dataFlow,dwStateMask,ppDevices) (This)->lpVtbl->EnumAudioEndpoints(This,dataFlow,dwStateMask,ppDevices) 731 #define IMMDeviceEnumerator_GetDefaultAudioEndpoint(This,dataFlow,role,ppEndpoint) (This)->lpVtbl->GetDefaultAudioEndpoint(This,dataFlow,role,ppEndpoint) 747 static FORCEINLINE HRESULT IMMDeviceEnumerator_EnumAudioEndpoints(IMMDeviceEnumerator* This,EDataFlow dataFlow,DWORD dwStateMask,IMMDeviceCollection **ppDevices) { 748 return This->lpVtbl->EnumAudioEndpoints(This,dataFlow,dwStateMask,ppDevices) [all...] |
/external/clang/test/Analysis/ |
no-exit-cfg.c | 6 // The flow-sensitive dataflow solver should work even when no block in
|
/external/clang/test/Driver/ |
sanitize_unwind_tables.c | 9 // RUN: %clang -target x86_64-linux-gnu -fsanitize=dataflow %s -### 2>&1 | FileCheck %s
|
/external/clang/include/clang/Basic/ |
Sanitizers.def | 75 SANITIZER("dataflow", DataFlow)
|
/external/clang/include/clang/Driver/ |
SanitizerArgs.h | 41 NeedsDfsanRt = DataFlow, 45 HasZeroBaseShadow = Thread | Memory | DataFlow, 46 NeedsUnwindTables = Address | Thread | Memory | DataFlow
|
/external/valgrind/main/memcheck/tests/x86/ |
tronical.S | 4 exactly the %eflags dataflow surrounding 'cmpb $0, ... ; js ..'
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
r3xx_fragprog.c | 127 {"dataflow optimize", 1, opt, rc_optimize, NULL}, 129 {"dataflow swizzles", 1, 1, rc_dataflow_swizzles, NULL},
|
radeon_dataflow.h | 123 * Compiler passes based on dataflow analysis.
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
r3xx_fragprog.c | 127 {"dataflow optimize", 1, opt, rc_optimize, NULL}, 129 {"dataflow swizzles", 1, 1, rc_dataflow_swizzles, NULL},
|
radeon_dataflow.h | 123 * Compiler passes based on dataflow analysis.
|
/external/clang/include/clang/Sema/ |
AnalysisBasedWarnings.h | 11 // that issues warnings based on dataflow-analysis.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
timevar.def | 98 /* Time spent in dataflow problems. */ 251 DEFTIMEVAR (TV_VAR_TRACKING_DATAFLOW , "var-tracking dataflow")
|
/art/compiler/dex/ |
post_opt_passes.h | 122 // Verify the dataflow information after the pass.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
strmini.h | 118 KSPIN_DATAFLOW DataFlow;
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
CoreEngine.h | 1 //==- CoreEngine.h - Path-Sensitive Dataflow Engine ----------------*- C++ -*-// 11 // dataflow analysis via graph reachability.
|
/external/clang/test/Sema/ |
uninit-variables.c | 119 // Don't warn in the following example; shows dataflow confluence. 277 // Test merging of path-specific dataflow values (without asserting).
|
/art/compiler/utils/ |
arena_allocator.cc | 41 "DataFlow ",
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
deltablue.js | 170 * record the solution, perhaps modifying the current dataflow 536 * structure of the constraint graph, the current dataflow graph, and 579 * incrementally update the dataflow graph. Details: If satifying 600 * constraint and incrementally update the dataflow graph.
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/ |
v8-deltablue.html | 166 * record the solution, perhaps modifying the current dataflow 532 * structure of the constraint graph, the current dataflow graph, and 575 * incrementally update the dataflow graph. Details: If satifying 596 * constraint and incrementally update the dataflow graph.
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-deltablue.js | 161 * record the solution, perhaps modifying the current dataflow 527 * structure of the constraint graph, the current dataflow graph, and 570 * incrementally update the dataflow graph. Details: If satifying 591 * constraint and incrementally update the dataflow graph.
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-deltablue.js | 161 * record the solution, perhaps modifying the current dataflow 527 * structure of the constraint graph, the current dataflow graph, and 570 * incrementally update the dataflow graph. Details: If satifying 591 * constraint and incrementally update the dataflow graph.
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-deltablue.js | 161 * record the solution, perhaps modifying the current dataflow 527 * structure of the constraint graph, the current dataflow graph, and 570 * incrementally update the dataflow graph. Details: If satifying 591 * constraint and incrementally update the dataflow graph.
|