Home
last modified time | relevance | path

Searched defs:cfg (Results 1 – 25 of 71) sorted by relevance

123

/external/clang/lib/Analysis/
DPostOrderCFGView.cpp20 PostOrderCFGView::PostOrderCFGView(const CFG *cfg) { in PostOrderCFGView()
32 const CFG *cfg = ctx.getCFG(); in create() local
DCFGReachabilityAnalysis.cpp22 CFGReverseBlockReachabilityAnalysis::CFGReverseBlockReachabilityAnalysis(const CFG &cfg) in CFGReverseBlockReachabilityAnalysis()
DUninitializedValues.cpp101 const CFG &cfg; member in __anon291b675c0211::CFGBlockValues
287 DataflowWorklist(const CFG &cfg) : enqueuedBlocks(cfg.getNumBlockIDs()) {} in DataflowWorklist()
339 const CFG &cfg; member in __anon291b675c0411::TransferFunctions
358 TransferFunctions(CFGBlockValues &vals, const CFG &cfg, in TransferFunctions()
617 static bool runOnBlock(const CFGBlock *block, const CFG &cfg, in runOnBlock()
674 const CFG &cfg, in runUninitializedVariablesAnalysis()
/external/llvm/include/llvm/
DPassSupport.h153 #define INITIALIZE_PASS(passName, arg, name, cfg, analysis) \ argument
164 #define INITIALIZE_PASS_BEGIN(passName, arg, name, cfg, analysis) \ argument
172 #define INITIALIZE_PASS_END(passName, arg, name, cfg, analysis) \ argument
268 #define INITIALIZE_AG_PASS(passName, agName, arg, name, cfg, analysis, def) \ argument
285 #define INITIALIZE_AG_PASS_BEGIN(passName, agName, arg, n, cfg, analysis, def) \ argument
289 #define INITIALIZE_AG_PASS_END(passName, agName, arg, n, cfg, analysis, def) \ argument
/external/libvpx/
Dvpx_config.c1 static const char* const cfg = "--target=generic-gnu"; variable
Dexample_xma.c86 vpx_codec_dec_cfg_t cfg; in main() local
/external/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp36 const CFG &cfg; member in __anon5535e1970111::ReachableCode
39 ReachableCode(const CFG &cfg) in ReachableCode()
88 const CFG &cfg; member in __anon5535e1970211::DeadStoreObs
100 DeadStoreObs(const CFG &cfg, ASTContext &ctx, in DeadStoreObs()
338 CFG *cfg; member in __anon5535e1970311::FindEscaped
372 CFG &cfg = *mgr.getCFG(D); in checkASTCodeBody() local
DDebugCheckers.cpp76 if (CFG *cfg = mgr.getCFG(D)) { in checkASTCodeBody() local
96 if (CFG *cfg = mgr.getCFG(D)) { in checkASTCodeBody() local
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
DFindMachineTask.java40 private String cfg; field in FindMachineTask
70 public void setCfg(String cfg) { in setCfg()
DBuildMachineManager.java51 private String cfg; field in BuildMachineManager
57 String cfg, in BuildMachineManager()
/external/libvpx/vpx/src/
Dvpx_encoder.c24 vpx_codec_enc_cfg_t *cfg, in vpx_codec_enc_init_ver()
68 vpx_codec_enc_cfg_t *cfg, in vpx_codec_enc_config_default()
266 const vpx_codec_enc_cfg_t *cfg) in vpx_codec_enc_config_set()
/external/kernel-headers/original/linux/
Dtransport_class.h27 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) \ argument
43 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) \ argument
/external/oprofile/gui/
Doprof_start.cpp456 event_setting & cfg = event_cfgs[descr.name]; in display_event() local
606 event_setting & cfg = event_cfgs[name]; in record_selected_event_config() local
784 event_setting & cfg = event_cfgs[descr.name]; in setup_unit_masks() local
857 event_setting & cfg = event_cfgs[cur->text(0).latin1()]; in on_start_profiler() local
954 event_setting & cfg = event_cfgs[cur->text(0).latin1()]; in save_config() local
/external/wpa_supplicant_8/src/drivers/
Dnetlink.c18 struct netlink_config *cfg; member
91 struct netlink_data * netlink_init(struct netlink_config *cfg) in netlink_init()
Drfkill.c47 struct rfkill_config *cfg; member
100 struct rfkill_data * rfkill_init(struct rfkill_config *cfg) in rfkill_init()
/external/libvpx/examples/
Dencoder_tmpl.c68 const vpx_codec_enc_cfg_t *cfg, in write_ivf_file_header()
112 vpx_codec_enc_cfg_t cfg; in main() local
/external/iptables/include/linux/netfilter/
Dxt_hashlimit.h36 struct hashlimit_cfg cfg; member
62 struct hashlimit_cfg1 cfg; member
/external/bluetooth/bluez/input/
Dsixpair.c147 handle_device (libusb_device *dev, struct libusb_config_descriptor *cfg, int itfnum, const struct l… in handle_device()
260 struct libusb_config_descriptor *cfg; in main() local
/external/libvpx/vp8/
Dvp8_cx_iface.c48 struct vp8_extracfg cfg; member
81 vpx_codec_enc_cfg_t cfg; member
137 const vpx_codec_enc_cfg_t *cfg, in validate_config()
249 vpx_codec_enc_cfg_t cfg, in set_vp8e_config()
390 const vpx_codec_enc_cfg_t *cfg) in vp8e_set_config()
486 vpx_codec_enc_cfg_t *cfg; in vp8e_init() local
Dvp8_dx_iface.c54 vpx_codec_dec_cfg_t cfg; member
127 vpx_codec_dec_cfg_t cfg; in vp8_validate_mmaps() local
328 vpx_codec_dec_cfg_t cfg; in vp8_decode() local
/external/libvpx/vpx/
Dvpx_decoder.h132 #define vpx_codec_dec_init(ctx, iface, cfg, flags) \ argument
/external/kernel-headers/original/linux/netfilter_ipv4/
Dipt_hashlimit.h31 struct hashlimit_cfg cfg; member
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
Dwps.c33 struct wps_data * wps_init(const struct wps_config *cfg) in wps_init()
/external/clang/include/clang/Analysis/FlowSensitive/
DDataflowValues.h82 void InitializeValues(const CFG& cfg) {} in InitializeValues()
/external/emma/ant/ant14/com/vladium/emma/report/
DReportCfg.java285 final Element cfg = (Element) i.next (); in getReportSettings() local
402 protected Element addCfgElement (final String type, final Element cfg) in addCfgElement()

123