/openbsd/gnu/llvm/clang/include/clang/Tooling/Refactoring/Rename/ |
H A D | USRFindingAction.h | 45 ArrayRef<std::string> QualifiedNames, bool Force) in USRFindingAction() 47 ErrorOccurred(false), Force(Force) {} in USRFindingAction() 60 bool Force; member
|
/openbsd/gnu/llvm/clang/lib/Tooling/Refactoring/Rename/ |
H A D | USRFindingAction.cpp | 229 bool Force, bool &ErrorOccurred) in NamedDeclFindingConsumer() argument 231 SpellingNames(SpellingNames), USRList(USRList), Force(Force), in NamedDeclFindingConsumer() 267 if (Force) { in FindSymbol() 303 bool Force; member in clang::tooling::NamedDeclFindingConsumer 309 SymbolOffsets, QualifiedNames, SpellingNames, USRList, Force, in newASTConsumer()
|
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.h | 90 Hint Force; variable 155 if ((ForceKind)Force.Value == FK_Undefined && in getForce() 158 return (ForceKind)Force.Value; in getForce()
|
/openbsd/gnu/gcc/gcc/config/m88k/ |
H A D | m88k.opt | 53 Force serialization on volatile memory access 61 Force all memory copies to use memcpy()
|
/openbsd/gnu/llvm/llvm/tools/llvm-as/ |
H A D | llvm-as.cpp | 44 static cl::opt<bool> Force("f", cl::desc("Enable binary output on terminals"), variable 91 if (Force || !CheckBitcodeOutputToConsole(Out->os())) { in WriteOutputFile()
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
H A D | 920501-4.x | 2 # the 'r0' array is too large. Force to use 16-bit ints for it.
|
H A D | 920501-12.x | 2 # the stack arrays are too large. Force to use 16-bit ints for it.
|
H A D | 20010518-2.x | 2 # the array is too large (INT_MAX/2 > 64K). Force to use 16-bit ints for it.
|
/openbsd/usr.bin/vi/docs/internals/ |
H A D | autowrite | 40 Command File Autowrite? Force? Action: 75 Command File Autowrite? Force? Action:
|
/openbsd/gnu/llvm/clang/tools/clang-rename/ |
H A D | ClangRename.cpp | 96 static cl::opt<bool> Force("force", variable 167 tooling::USRFindingAction FindingAction(SymbolOffsets, QualifiedNames, Force); in main()
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | R600InstrInfo.td | 17 // Force dependencies for vector trunc stores
|
/openbsd/gnu/gcc/gcc/config/c4x/ |
H A D | c4x.opt | 80 Force RTL generation to emit valid 3 operand insns 84 Force constants into registers to improve hoisting
|
/openbsd/gnu/usr.bin/binutils-2.17/ld/emultempl/ |
H A D | alphaelf.em | 128 --secureplt Force PLT in text segment.\n\ 129 --no-secureplt Force PLT in data segment.\n\
|
H A D | ppc32elf.em | 148 --bss-plt Force old-style BSS PLT.\n\ 149 --sdata-got Force GOT location just before .sdata.\n"
|
H A D | needrelax.em | 34 /* Force -relax on if not doing a relocatable link. */
|
/openbsd/gnu/llvm/lld/wasm/ |
H A D | Options.td | 138 defm undefined: Eq<"undefined", "Force undefined symbol during linking">; 174 defm export: Eq<"export", "Force a symbol to be exported">; 177 "Force a symbol to be exported, if it is defined in the input">; 221 "Force load of all members in a static library",
|
/openbsd/gnu/gcc/gcc/config/m68hc11/ |
H A D | m68hc11-crt0.S | 96 ;; Force loading of data section mapping and bss clear
|
/openbsd/gnu/usr.bin/gcc/gcc/config/m68hc11/ |
H A D | m68hc11-crt0.S | 96 ;; Force loading of data section mapping and bss clear
|
/openbsd/gnu/usr.bin/perl/dist/Thread-Semaphore/t/ |
H A D | 06_timed.t | 50 # Force timeout by asking for more than will ever show up
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | gdb_mbuild.sh | 34 -f Force rebuild. Even rebuild previously built directories.
|
/openbsd/gnu/usr.bin/binutils/ld/emultempl/ |
H A D | needrelax.em | 34 /* Force -relax on if not doing a relocatable link. */
|
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
H A D | UnrollLoop.h | 70 bool Force; member
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.cpp | 103 Force("vectorize.enable", FK_Undefined, HK_FORCE), in LoopVectorizeHints() 209 if (Force.Value == LoopVectorizeHints::FK_Disabled) in emitRemarkWithHints() 218 if (Force.Value == LoopVectorizeHints::FK_Enabled) { in emitRemarkWithHints() 296 Hint *Hints[] = {&Width, &Interleave, &Force, in setHint()
|
/openbsd/gnu/llvm/llvm/tools/llvm-extract/ |
H A D | llvm-extract.cpp | 57 static cl::opt<bool> Force("f", cl::desc("Enable binary output on terminals"), variable 422 else if (Force || !CheckBitcodeOutputToConsole(Out.os())) in main()
|
/openbsd/gnu/usr.bin/binutils-2.17/ld/scripttempl/ |
H A D | elf32cr16c.sc | 10 /* Force the entry point to be entered in the output file as
|