Home
last modified time | relevance | path

Searched refs:Assigned (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dunnecessary-copy-initialization.cpp311 auto Assigned = Obj.reference(); in positiveNonConstVarInCodeBlock() local
314 Assigned.reference(); in positiveNonConstVarInCodeBlock()
315 useAsConstReference(Assigned); in positiveNonConstVarInCodeBlock()
316 useByValue(Assigned); in positiveNonConstVarInCodeBlock()
322 const ExpensiveToCopyType Assigned = Obj.referenceWithAlias(); in positiveNonConstVarInCodeBlockWithAlias() local
325 useAsConstReference(Assigned); in positiveNonConstVarInCodeBlockWithAlias()
/llvm-project-15.0.7/clang/test/Analysis/diagnostics/
H A Dno-store-func-path-notes.m50 z = p; // expected-warning{{Assigned value is garbage or undefined}}
51 // expected-note@-1{{Assigned value is garbage or undefined}}
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCCodeView.cpp43 return Files[Idx].Assigned; in isValidFileNumber()
61 if (Files[Idx].Assigned) in addFile()
72 Files[Idx].Assigned = true; in addFile()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCCodeView.h239 bool Assigned = false; member
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfoMMA.td50 // The AllocationPriority is in the range [0, 63]. Assigned the ACC registers
/llvm-project-15.0.7/clang/test/Analysis/
H A Duninit-vals.m37 v1.y = z; // expected-warning{{Assigned value is garbage or undefined}}
38 // expected-note@-1{{Assigned value is garbage or undefined}}
/llvm-project-15.0.7/llvm/test/Bitcode/
H A Dinvalid.test298 INVALID-FORWARD-DECLARE: Assigned value does not match type of forward declaration