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

/freebsd-9.3-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-9.3-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-9.3-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-9.3-release/sys/xen/interface/foreign/
H A DMakefile2 include $(XEN_ROOT)/Config.mk
/freebsd-9.3-release/contrib/nvi/build/ExtUtils/
H A DEmbed.pm7 use Config;
36 $lib_ext = $Config{lib_ext} || '.a';
140 @Extensions = sort split /\s+/, $Config{static_ext};
172 push(@potential_libs, $Config{libs}) if defined $std;
204 $MM->catdir("-L$Config{archlib}", "CORE"), " -lperl",
209 my $linkage = "$Config{ldflags} @archives $ld_or_bs";
217 print " $Config{ccflags} ";
221 print " $Config{ccdlflags} ";
225 print " -I$Config{archlib}/CORE ";
317 each static extension found in B<$Config{static_ex
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp192 const VectorizeConfig Config; member in struct:__anon2715::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-9.3-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::__anon7271::__anon7272
412 unsigned __int32 Config; /* in */ member in struct:tag_TAU32_UserRequest::__anon7271::__anon7273
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h127 ConfigTable Config; member in class:clang::AnalyzerOptions
/freebsd-9.3-release/sys/dev/trm/
H A Dtrm.h276 u_int8_t Config; member in struct:_ACB
303 * ACB Config
H A Dtrm.c1062 (pACB->Config & HCC_WIDE_CARD))
2912 (pACB->Config & HCC_WIDE_CARD))
3284 pACB->Config = HCC_AUTOTERM | HCC_PARITY;
3286 pACB->Config |= HCC_WIDE_CARD;
3288 pACB->Config |= HCC_SCSI_RESET;
3289 if (pACB->Config & HCC_PARITY)
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h153 CUDAKernelCallExpr(ASTContext &C, Expr *fn, CallExpr *Config, argument
157 setConfig(Config);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp279 Opts.Config[key] = val;
/freebsd-9.3-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-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3449 Expr *Config = 0,

Completed in 398 milliseconds