/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | FormatVariadic.cpp | 28 bool formatv_object_base::consumeFieldLayout(StringRef &Spec, AlignStyle &Where, in consumeFieldLayout() argument 30 Where = AlignStyle::Right; in consumeFieldLayout() 46 Where = *Loc; in consumeFieldLayout() 49 Where = *Loc; in consumeFieldLayout() 66 AlignStyle Where = AlignStyle::Right; in parseReplacementItem() local 76 if (!consumeFieldLayout(RepString, Where, Align, Pad)) in parseReplacementItem() 89 return ReplacementItem{Spec, Index, Align, Where, Pad, Options}; in parseReplacementItem()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | FormatCommon.h | 21 AlignStyle Where; member 25 FmtAlign(support::detail::format_adapter &Adapter, AlignStyle Where, 27 : Adapter(Adapter), Where(Where), Amount(Amount), Fill(Fill) {} in Adapter() 49 switch (Where) { in format()
|
H A D | FormatAdapters.h | 30 AlignStyle Where; variable 35 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount, char Fill) in AlignAdapter() argument 36 : FormatAdapter<T>(std::forward<T>(Item)), Where(Where), Amount(Amount), in AlignAdapter() 41 FmtAlign(Adapter, Where, Amount, Fill).format(Stream, Style); in format() 89 support::detail::AlignAdapter<T> fmt_align(T &&Item, AlignStyle Where, 91 return support::detail::AlignAdapter<T>(std::forward<T>(Item), Where, Amount,
|
H A D | FormatVariadic.h | 52 ReplacementItem(StringRef Spec, size_t Index, size_t Align, AlignStyle Where, in ReplacementItem() 55 Where(Where), Pad(Pad), Options(Options) {} in ReplacementItem() 61 AlignStyle Where = AlignStyle::Right; member 71 static bool consumeFieldLayout(StringRef &Spec, AlignStyle &Where, 100 FmtAlign Align(*W, R.Where, R.Align, R.Pad); in format()
|
/freebsd/contrib/llvm-project/clang/lib/Rewrite/ |
H A D | TokenRewriter.cpp | 72 TokenRewriter::AddToken(const Token &T, TokenRefTy Where) { in AddToken() argument 73 Where = TokenList.insert(Where, T); in AddToken() 76 Where)).second; in AddToken() 79 return Where; in AddToken()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyMemIntrinsicResults.cpp | 101 MachineInstr *Where = O.getParent(); in replaceDominatedUses() local 104 if (&MI == Where || !MDT.dominates(&MI, Where)) in replaceDominatedUses() 108 SlotIndex WhereIdx = LIS.getInstructionIndex(*Where); in replaceDominatedUses() 119 LLVM_DEBUG(dbgs() << "Setting operand " << O << " in " << *Where << " from " in replaceDominatedUses()
|
/freebsd/contrib/kyua/doc/ |
H A D | manbuild_test.sh | 58 Where __FOO__ gets replaced. 64 Where this gets replaced. 75 Where __FOO__ gets __BAR__. 81 Where this gets replaced. 188 Where __FOO__ gets replaced.
|
/freebsd/crypto/openssl/test/recipes/90-test_includes_data/conf-includes/ |
H A D | includes1.cnf | 14 dir = ./demoCA # Where everything is kept 15 certs = $dir/certs # Where the issued certs are kept 16 crl_dir = $dir/crl # Where the issued crl are kept
|
/freebsd/contrib/smbfs/ |
H A D | config.mk.in | 7 # Where your kernel source tree located (/usr/src/sys for example) 10 # Where the kernel module gets installed 13 # Where all files get installed
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | MemorySSAUpdater.h | 128 void moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where); 129 void moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where); 131 MemorySSA::InsertionPlace Where); 249 void moveTo(MemoryUseOrDef *What, BasicBlock *BB, WhereType Where);
|
/freebsd/crypto/openssl/VMS/ |
H A D | openssl_startup.com.in | 13 $ ! OSSL$LIB Where the static library files 15 $ ! OSSL$SHARE Where the shareable image files 17 $ ! OSSL$EXE Where the executables are located 18 $ ! OSSL$ENGINESnnn Where the engines modules are located 19 $ ! OSSL$MODULES Where the non-engine modules are located
|
/freebsd/crypto/openssl/test/ |
H A D | test.cnf | 9 dir = ./demoCA # Where everything is kept 10 certs = $dir/certs # Where the issued certs are kept 11 crl_dir = $dir/crl # Where the issued crl are kept
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | CalledOnceCheck.h | 74 const Decl *Where, in handleCapturedNeverCalled() argument 90 const Decl *Function, const Stmt *Where, in handleNeverCalled() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemorySSAUpdater.cpp | 1142 WhereType Where) { in moveTo() argument 1152 MSSA->moveTo(What, BB, Where); in moveTo() 1166 void MemorySSAUpdater::moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveBefore() argument 1167 moveTo(What, Where->getBlock(), Where->getIterator()); in moveBefore() 1171 void MemorySSAUpdater::moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveAfter() argument 1172 moveTo(What, Where->getBlock(), ++Where->getIterator()); in moveAfter() 1176 MemorySSA::InsertionPlace Where) { in moveToPlace() argument 1177 if (Where != MemorySSA::InsertionPlace::BeforeTerminator) in moveToPlace() 1178 return moveTo(What, BB, Where); in moveToPlace() 1180 if (auto *Where = MSSA->getMemoryAccess(BB->getTerminator())) in moveToPlace() local [all …]
|
/freebsd/sys/contrib/dev/acpica/components/debugger/ |
H A D | dbobject.c | 463 AcpiOsPrintf ("%p", ObjDesc->Reference.Where); in AcpiDbDisplayInternalObject() 464 if (!ObjDesc->Reference.Where) in AcpiDbDisplayInternalObject() 471 *(ObjDesc->Reference.Where)); in AcpiDbDisplayInternalObject()
|
/freebsd/crypto/openssh/ |
H A D | PROTOCOL.krl | 18 Where "krl_version" is a version number that increases each time the KRL 29 Where "section_type" indicates the type of the "section_data". An exception 52 Where "ca_key" is the standard SSH wire serialisation of the CA's 132 Where "extension_name" describes the type of extension. It is 184 Where "extension_name" describes the type of extension. It is
|
H A D | PROTOCOL.agent | 23 Where 'hostkey' is the encoded server host public key, 'session 48 Where a constraint consists of: 97 Where "certsblob" consists of one or more certificates encoded as public
|
/freebsd/contrib/ntp/scripts/ |
H A D | plot_summary-opts.def | 18 descrip = 'Where the summary files are'; 30 Where does the plotted data come from, default to string "host" plus
|
/freebsd/sys/contrib/dev/acpica/components/executer/ |
H A D | exdebug.c | 431 if (!(*SourceDesc->Reference.Where)) in AcpiExDoDebugObject() 437 AcpiExDoDebugObject (*SourceDesc->Reference.Where, in AcpiExDoDebugObject()
|
H A D | exstore.c | 371 ObjDesc = *(IndexDesc->Reference.Where); in AcpiExStoreObjectToIndex() 406 *(IndexDesc->Reference.Where) = NewDesc; in AcpiExStoreObjectToIndex()
|
H A D | exresolv.c | 328 ObjDesc = *StackDesc->Reference.Where; in AcpiExResolveObjectToValue() 600 ObjDesc = *(ObjDesc->Reference.Where); in AcpiExResolveMultiple()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SILoadStoreOptimizer.cpp | 1190 CombineInfo *Where; in checkAndPrepareMerge() local 1198 Where = &CI; in checkAndPrepareMerge() 1206 Where = &Paired; in checkAndPrepareMerge() 1215 return Where; in checkAndPrepareMerge() 2391 CombineInfo *Where = checkAndPrepareMerge(CI, Paired); in optimizeInstsWithSameBaseAddr() local 2392 if (!Where) { in optimizeInstsWithSameBaseAddr() 2407 NewMI = mergeRead2Pair(CI, Paired, Where->I); in optimizeInstsWithSameBaseAddr() 2410 NewMI = mergeWrite2Pair(CI, Paired, Where->I); in optimizeInstsWithSameBaseAddr() 2415 NewMI = mergeSMemLoadImmPair(CI, Paired, Where->I); in optimizeInstsWithSameBaseAddr() 2419 NewMI = mergeBufferLoadPair(CI, Paired, Where->I); in optimizeInstsWithSameBaseAddr() [all …]
|
/freebsd/contrib/netbsd-tests/lib/libcurses/ |
H A D | testframe.txt | 57 Where var_name is the name of the variable. Variable names are 111 Where var_name is a variable previously assigned and 122 Where filename is the name of the file containing the expected 145 Where time is the amount of time to delay in milliseconds. 156 Where filename is the name of the file to include. If the 199 \nnn Where nnn is three octal digits, the character
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | GlobalDCE.cpp | 70 auto Where = ConstantDependenciesCache.find(CE); in ComputeDependencies() local 71 if (Where != ConstantDependenciesCache.end()) { in ComputeDependencies() 72 auto const &K = Where->second; in ComputeDependencies()
|
/freebsd/contrib/llvm-project/clang/include/clang/Rewrite/Core/ |
H A D | TokenRewriter.h | 75 TokenRefTy AddToken(const Token &T, TokenRefTy Where);
|