Home
last modified time | relevance | path

Searched defs:Keep (Results 1 – 16 of 16) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dmake-member-function-const.cpp132 namespace Keep { namespace
137 struct Keep { struct
140 Str PrivateS;
141 Str *Sptr;
142 Str &Sref;
145 int M;
146 Str S;
148 void keepTrivial() {} in keepTrivial()
151 void keepStatic() { int I = 0; } in keepStatic()
154 int *keepConstCast() { // Needs to stay non-const. in keepConstCast()
[all …]
/llvm-project/llvm/include/llvm/Support/
H A DToolOutputFile.h27 bool Keep; variable
H A DCodeGen.h128 Keep = 0, ///< No function return thunk. enumerator
/llvm-project/mlir/include/mlir/Interfaces/
H A DMemorySlotInterfaces.h37 Keep, enumerator
/llvm-project/flang/runtime/
H A Dfile.h22 enum class CloseStatus { Keep, Delete }; enumerator
/llvm-project/llvm/tools/llvm-reduce/deltas/
H A DReduceOperandsSkip.cpp211 bool Keep = O.shouldKeep(); in extractOperandsFromModule() local
/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h210 enum class LineLevel { Remove, Keep }; global() enumerator
/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1399 APInt Keep = getHighBitsSet(BitWidth, BitWidth - loBits); clearLowBits() local
1406 APInt Keep = getLowBitsSet(BitWidth, BitWidth - hiBits); clearHighBits() local
/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h331 std::vector<GlobalValue *> Keep; global() member
/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h80 bool Keep : 1; member
/llvm-project/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp290 bool Keep = KeepRegs.test(Reg); in ScanInstruction() local
/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h398 std::vector<std::unique_ptr<RegionT>> Keep; addSubRegion() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp331 bool Keep = true; UpdateTOCSaves() local
/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h391 Keep, global() enumerator
/llvm-project/llvm/lib/LTO/
H A DLTO.cpp973 std::vector<GlobalValue *> Keep; linkRegularLTO() local
[all...]
/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp397 bool Keep; global() member