/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | make-member-function-const.cpp | 132 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 D | ToolOutputFile.h | 27 bool Keep; variable
|
H A D | CodeGen.h | 128 Keep = 0, ///< No function return thunk. enumerator
|
/llvm-project/mlir/include/mlir/Interfaces/ |
H A D | MemorySlotInterfaces.h | 37 Keep, enumerator
|
/llvm-project/flang/runtime/ |
H A D | file.h | 22 enum class CloseStatus { Keep, Delete }; enumerator
|
/llvm-project/llvm/tools/llvm-reduce/deltas/ |
H A D | ReduceOperandsSkip.cpp | 211 bool Keep = O.shouldKeep(); in extractOperandsFromModule() local
|
/llvm-project/clang/lib/Format/ |
H A D | UnwrappedLineParser.h | 210 enum class LineLevel { Remove, Keep }; global() enumerator
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | APInt.h | 1399 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 D | LTO.h | 331 std::vector<GlobalValue *> Keep; global() member
|
/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
H A D | DWARFLinkerCompileUnit.h | 80 bool Keep : 1; member
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | CriticalAntiDepBreaker.cpp | 290 bool Keep = KeepRegs.test(Reg); in ScanInstruction() local
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | RegionInfoImpl.h | 398 std::vector<std::unique_ptr<RegionT>> Keep; addSubRegion() local
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCMIPeephole.cpp | 331 bool Keep = true; UpdateTOCSaves() local
|
/llvm-project/clang/include/clang/Basic/ |
H A D | LangOptions.h | 391 Keep, global() enumerator
|
/llvm-project/llvm/lib/LTO/ |
H A D | LTO.cpp | 973 std::vector<GlobalValue *> Keep; linkRegularLTO() local [all...] |
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 397 bool Keep; global() member
|