Searched refs:Config (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.2-release/contrib/llvm/include/llvm/ADT/
H A DValueMap.h17 // You can override a ValueMap's Config parameter to control exactly what
19 // legal to call back into the ValueMap from a Config's callbacks. Config
37 template<typename KeyT, typename ValueT, typename Config>
74 template<typename KeyT, typename ValueT, typename Config =ValueMapConfig<KeyT> >
76 friend class ValueMapCallbackVH<KeyT, ValueT, Config>;
77 typedef ValueMapCallbackVH<KeyT, ValueT, Config> ValueMapCVH;
79 typedef typename Config::ExtraData ExtraData;
195 // according to the user's preferences expressed through the Config object.
196 template<typename KeyT, typename ValueT, typename Config>
[all...]
/freebsd-10.2-release/tools/tools/shlib-compat/
H A Dshlib-compat.py34 class Config(object): class in inherits:object
137 warn(Config.w_cached, "Item is already cached: %d (%s, %s)" % \
470 cmpcache = Cache(enabled=Config.cmpcache_enabled)
615 if not Config.version_filter.match(vername):
617 if not Config.symbol_filter.match(p['symbol']):
623 if Config.alias_prefixes:
626 for prefix in Config.alias_prefixes:
634 warn(Config.w_alias, "Symbol alias is " \
665 warn(Config.w_symbol, "Symbol %s (%s) not found at offset 0x%x" % \
668 if Config
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp26 StringRef ModeStr(Config.GetOrCreateValue("mode", "deep").getValue());
40 // Note, we have to add the string to the Config map for the ConfigDumper
51 StringRef ModeStr(Config.GetOrCreateValue("ipa", DefaultIPA).getValue());
76 StringRef ModeStr(Config.GetOrCreateValue(ModeKey,
105 StringRef V(Config.GetOrCreateValue(Name, toString(DefaultVal)).getValue());
191 StringRef V(Config.GetOrCreateValue(Name, OS.str()).getValue());
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp168 const Table &Config = mgr.options.Config; local
171 for (Table::const_iterator I = Config.begin(), E = Config.end(); I != E;
/freebsd-10.2-release/sys/xen/interface/foreign/
H A DMakefile2 include $(XEN_ROOT)/Config.mk
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp192 const VectorizeConfig Config; member in struct:__anon2854::BBVectorize
195 : BasicBlockPass(ID), Config(C) {
200 : BasicBlockPass(ID), Config(C) {
405 (TTI || v <= Config.VectorBits) &&
406 (!Config.MaxIter || n <= Config.MaxIter);
419 for (; !Config.MaxIter || n <= Config.MaxIter; ++n) {
523 if (!Config.NoMemOpBoost && (isa<LoadInst>(V) || isa<StoreInst>(V)))
524 return Config
[all...]
/freebsd-10.2-release/sys/dev/ce/
H A Dceddk.c363 CE_DDK_DEBUG (b, (ce_chan_t*)0, ("Config request failure: %lx\n",
490 req->Io.InterfaceConfig.Config = b->chan[0].config;
504 req->Io.InterfaceConfig.Config = b->chan[1].config;
974 req->Io.InterfaceConfig.Config = cfg;
1001 req->Io.InterfaceConfig.Config = cfg;
1028 req->Io.InterfaceConfig.Config = cfg;
1055 req->Io.InterfaceConfig.Config = cfg;
1234 req->Io.InterfaceConfig.Config = TAU32_LineOff;
1244 req->Io.InterfaceConfig.Config = cfg;
1255 req->Io.InterfaceConfig.Config
[all...]
H A Dtau32-ddk.h405 unsigned __int32 Config; /* in */ member in struct:tag_TAU32_UserRequest::__anon8200::__anon8201
412 unsigned __int32 Config; /* in */ member in struct:tag_TAU32_UserRequest::__anon8200::__anon8202
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h127 ConfigTable Config; member in class:clang::AnalyzerOptions
/freebsd-10.2-release/sys/dev/trm/
H A Dtrm.h276 u_int8_t Config; member in struct:_ACB
303 * ACB Config
H A Dtrm.c1058 (pACB->Config & HCC_WIDE_CARD))
2908 (pACB->Config & HCC_WIDE_CARD))
3280 pACB->Config = HCC_AUTOTERM | HCC_PARITY;
3282 pACB->Config |= HCC_WIDE_CARD;
3284 pACB->Config |= HCC_SCSI_RESET;
3285 if (pACB->Config & HCC_PARITY)
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h153 CUDAKernelCallExpr(ASTContext &C, Expr *fn, CallExpr *Config, argument
157 setConfig(Config);
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp279 Opts.Config[key] = val;
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp4563 Expr *Config, bool IsExecConfig) {
4585 if (Config)
4587 cast<CallExpr>(Config), Args,
4625 if (Config) {
4559 BuildResolvedCallExpr(Expr *Fn, NamedDecl *NDecl, SourceLocation LParenLoc, ArrayRef<Expr *> Args, SourceLocation RParenLoc, Expr *Config, bool IsExecConfig) argument
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3449 Expr *Config = 0,

Completed in 325 milliseconds