Home
last modified time | relevance | path

Searched refs:consumed (Results 1 – 25 of 69) sorted by relevance

123

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-consumed-parsing.cpp14 int returnTypestateForUnconsumable() RETURN_TYPESTATE(consumed); // expected-warning {{return state…
25 int var0 SET_TYPESTATE(consumed); // expected-warning {{'set_typestate' attribute only applies to f…
26 int var1 TEST_TYPESTATE(consumed); // expected-warning {{'test_typestate' attribute only applies to…
28 int var3 CONSUMABLE(consumed); // expected-warning {{'consumable' attribute only applies to classes…
29 int var4 RETURN_TYPESTATE(consumed); // expected-warning {{'return_typestate' attribute only applie…
31 void function0() SET_TYPESTATE(consumed); // expected-warning {{'set_typestate' attribute only appl…
32 void function1() TEST_TYPESTATE(consumed); // expected-warning {{'test_typestate' attribute only ap…
34 void function3() CONSUMABLE(consumed); // expected-warning {{'consumable' attribute only applies to…
41 void consumes() SET_TYPESTATE(consumed); in CONSUMABLE()
42 bool testUnconsumed() TEST_TYPESTATE(consumed); in CONSUMABLE()
[all …]
H A Dwarn-consumed-analysis.cpp20 ConsumableClass(nullptr_t p) RETURN_TYPESTATE(consumed); in CONSUMABLE()
27 ConsumableClass<T>& operator=(nullptr_t) SET_TYPESTATE(consumed); in CONSUMABLE()
35 void operator()(int a) SET_TYPESTATE(consumed); in CONSUMABLE()
43 bool operator==(nullptr_t) const TEST_TYPESTATE(consumed); in CONSUMABLE()
48 void consume() SET_TYPESTATE(consumed); in CONSUMABLE()
81 ConsumableClass<int> returnsConsumed() RETURN_TYPESTATE(consumed);
728 Status() RETURN_TYPESTATE(consumed);
737 bool operator==(const Status &other) const SET_TYPESTATE(consumed);
739 bool check() const SET_TYPESTATE(consumed);
740 void ignore() const SET_TYPESTATE(consumed);
[all …]
/llvm-project-15.0.7/clang/lib/Analysis/
H A DConsumed.cpp56 using namespace consumed;
250 case consumed::CS_None: in stateToString()
253 case consumed::CS_Unknown: in stateToString()
256 case consumed::CS_Unconsumed: in stateToString()
259 case consumed::CS_Consumed: in stateToString()
286 namespace consumed { namespace
457 namespace consumed { namespace
786 PropagationInfo(consumed::CS_Consumed))); in VisitCXXConstructExpr()
859 ConsumedState ParamState = consumed::CS_None; in VisitParmVarDecl()
870 ParamState = consumed::CS_Unknown; in VisitParmVarDecl()
[all …]
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-bcanalyzer.rst207 The total number of bytes consumed by the 32-bit and 64-bit integers that use
212 The total number of bytes that would have been consumed by the 32-bit and 64-bit
253 The number of bytes consumed by instructions in the function.
257 The average number of bytes consumed by the instructions in the function.
277 The total number of bytes in this function consumed by the 32-bit and 64-bit
282 The total number of bytes in this function that would have been consumed by
/llvm-project-15.0.7/clang/test/Analysis/scan-build/
H A Dcxx-name.test6 consumed by ccc-analyzer) to an appropriate pathname for the clang++ executable,
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-stackmap-nops.ll6 ; in place, 8 bytes will be consumed by the frame teardown and return instr.
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dppc64-stackmap-nops.ll6 ; in place, 20 bytes will be consumed by the frame teardown and return instr.
H A Daix-xcoff-externL.ll2 ;; consumed. Note that this could fail if PrivateGlobalPrefix returns
/llvm-project-15.0.7/clang/test/Profile/
H A DREADME14 .profdata file that is consumed by the tests for -fprofile-instr-use. Even
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dpr18014.ll4 ; Ensure PSRAD is generated as the condition is consumed by both PADD and
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A D2012-03-26-FoldImmBug.ll4 ; produces a 32-bit immediate which is consumed by the use. It tries to
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dstret-lifetime.m11 +(struct stret) methodConsuming:(id __attribute__((ns_consumed)))consumed;
/llvm-project-15.0.7/mlir/test/Dialect/Transform/
H A Dexpensive-checks.mlir57 …// expected-error @below {{a handle passed as operand #0 and consumed by this operation points to …
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVBitOps.td124 from Insert. It will be consumed as an unsigned value. Count can be 0,
128 of the bit field. It will be consumed as an unsigned value.
195 extracted from Base. It will be consumed as an unsigned value. Count can
199 of the bit field to extract from Base. It will be consumed as an
517 Shift is consumed as an unsigned integer. The result is undefined if
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Dinline-asm-srcloc.ll40 ; i.e. IR generated both before and after the change can be consumed.
/llvm-project-15.0.7/lld/test/ELF/
H A Dlto-plugin-ignore.s19 ## Clang LTO passes several options to the linker, which are intended to be consumed by
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Transform/IR/
H A DTransformDialect.td159 transform operations can return _new_ handles that can be read or consumed
204 with operations nested in the operations associated with the consumed
211 associated with another, consumed handle.
222 after it has been consumed, but does so abstractly, without processing the
265 The transform dialect is supposed to be consumed by an "interpreter" pass
/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DConsumed.h39 namespace consumed {
/llvm-project-15.0.7/llvm/cmake/modules/
H A DTableGen.cmake65 # a possibility of generated tables being consumed by MSVC, generate arrays of
67 # that the source might be consumed by MSVC.
/llvm-project-15.0.7/llvm/docs/HistoricalNotes/
H A D2002-05-12-InstListChange.txt50 the amount of memory consumed by one pointer per instruction. Given the
H A D2001-05-18-ExceptionHandling.txt70 // execution continues after the try block: the exception is consumed
165 // Exception was consumed
/llvm-project-15.0.7/llvm/test/Object/
H A Darchive-format.test46 fourth newline is implicitly consumed by FileCheck and cannot be matched.
/llvm-project-15.0.7/llvm/test/Transforms/EntryExitInstrumenter/
H A Dmcount.ll102 ; The attributes are "consumed" when the instrumentation is inserted.
/llvm-project-15.0.7/flang/lib/Parser/
H A Dpreprocessor.cpp820 std::size_t consumed{0}; in ExpressionValue() local
821 left = std::stoll(t, &consumed, 0 /*base to be detected*/); in ExpressionValue()
822 if (consumed < t.size()) { in ExpressionValue()
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Dparameters.ll25 ; register parameter. RDI is consumed by 'sret'.

123