Home
last modified time | relevance | path

Searched refs:Parameter (Results 1 – 25 of 122) sorted by relevance

12345

/llvm-project-15.0.7/libc/benchmarks/
H A DLibcMemoryBenchmark.h199 inline void *Call(ParameterType Parameter, MemcpyFunction Memcpy) { in Call()
200 return Memcpy(DstBuffer + Parameter.OffsetBytes, in Call()
201 SrcBuffer + Parameter.OffsetBytes, Parameter.SizeBytes); in Call()
220 Buffer + Parameter.OffsetBytes, Parameter.SizeBytes); in Call()
236 inline void *Call(ParameterType Parameter, MemsetFunction Memset) { in Call()
237 return Memset(DstBuffer + Parameter.OffsetBytes, in Call()
238 Parameter.OffsetBytes % 0xFF, Parameter.SizeBytes); in Call()
241 inline void *Call(ParameterType Parameter, BzeroFunction Bzero) { in Call()
242 Bzero(DstBuffer + Parameter.OffsetBytes, Parameter.SizeBytes); in Call()
260 return MemcmpOrBcmp(LhsBuffer + Parameter.OffsetBytes, in Call()
[all …]
/llvm-project-15.0.7/clang/test/Index/
H A Doverriding-method-comments.mm22 …ameters><Parameter><Name>AAA</Name><Index>0</Index><Direction isExplicit="1">in</Direction><Discus…
31 …ameters><Parameter><Name>BBB</Name><Index>0</Index><Direction isExplicit="1">in</Direction><Discus…
37 …ameters><Parameter><Name>III</Name><Index>0</Index><Direction isExplicit="1">in</Direction><Discus…
51Parameter><Name>AAA</Name><Index>0</Index><Direction isExplicit="1">in</Direction><Discussion><Par…
57Parameter><Name>PPP</Name><Index>0</Index><Direction isExplicit="1">in</Direction><Discussion><Par…
97 …ters><Parameter><Name>DDD</Name><Index>0</Index><Direction isExplicit="0">in</Direction><Discussio…
101 …ters><Parameter><Name>SSS</Name><Index>0</Index><Direction isExplicit="0">in</Direction><Discussio…
107Parameter><Name>EEE</Name><Index>0</Index><Direction isExplicit="0">in</Direction><Discussion><Par…
111Parameter><Name>TTT</Name><Index>0</Index><Direction isExplicit="0">in</Direction><Discussion><Par…
119Parameter><Name>AAA</Name><Index>0</Index><Discussion><Para> The type, silly as well.</Para></Disc…
[all …]
/llvm-project-15.0.7/libcxx/utils/libcxx/test/
H A Dparams.py69 Parameter(name='target_triple', type=str,
78 Parameter(name='std', choices=_allStandards, type=str,
86 Parameter(name='enable_modules', choices=[True, False], type=bool, default=False,
94 Parameter(name='enable_exceptions', choices=[True, False], type=bool, default=True,
101 Parameter(name='enable_rtti', choices=[True, False], type=bool, default=True,
130 Parameter(name='enable_warnings', choices=[True, False], type=bool, default=True,
161 Parameter(name='enable_experimental', choices=[True, False], type=bool, default=True,
177 Parameter(name='long_tests', choices=[True, False], type=bool, default=True,
183 Parameter(name='enable_assertions', choices=[True, False], type=bool, default=False,
191 Parameter(name='additional_features', type=list, default=[],
[all …]
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCalledOnceCheck.cpp785 if (isCaptured(Parameter)) { in checkEntry()
790 Handler.handleNeverCalled(Parameter, in checkEntry()
913 !isExplicitlyMarked(Parameter), in processCallFor()
965 return Parameter->hasAttr<CalledOnceAttr>(); in isExplicitlyMarked()
1037 return isExplicitlyMarked(Parameter) || in shouldBeCalledOnce()
1089 return shouldBeCalledOnce(Parameter) || in shouldBeCalledOnce()
1414 if (isExplicitlyMarked(Parameter)) { in handleConventionalCheck()
1478 checkEscapee(*Parameter); in checkEscapee()
1484 if (auto Index = getIndex(Parameter)) { in checkEscapee()
1644 return getIndex(*Parameter); in getIndexOfExpression()
[all …]
/llvm-project-15.0.7/libcxx/test/libcxx/selftest/dsl/
H A Ddsl.sh.py379 param = dsl.Parameter(name='triple', type=str, help='', actions=lambda _: [])
391 param = dsl.Parameter(name='std', choices=['c++03'], type=str, help='', default='c++03',
399 param = dsl.Parameter(name='std', choices=['c++03'], type=str, help='',
429 param = dsl.Parameter(name='std', choices=['c++03', 'c++11'], type=str, help='',
438 param = dsl.Parameter(name='std', choices=['c++03'], type=str, help='',
445 param = dsl.Parameter(name='enable_exceptions', choices=[True, False], type=bool, help='',
451 param = dsl.Parameter(name='enable_exceptions', choices=[True, False], type=bool, help='',
457 param = dsl.Parameter(name='enable_exceptions', choices=[True, False], type=bool, help='',
465 param = dsl.Parameter(name='enable_exceptions', choices=[True, False], type=bool, help='',
473 param = dsl.Parameter(name='additional_features', type=list, help='', actions=lambda f: f)
[all …]
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DBuilder.h36 class Parameter {
50 Parameter(Optional<StringRef> name, const llvm::Init *def) in Parameter() function
68 ArrayRef<Parameter> getParameters() const { return parameters; } in getParameters()
79 SmallVector<Parameter> parameters;
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/Minidump/
H A Dexception-missing-parameter.yaml17 Parameter 0: 0x99
18 Parameter 1: 0x23
19 Parameter 2: 0x42
20 # CHECK: error: missing required key 'Parameter 3'
/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DCalledOnceCheck.h59 virtual void handleDoubleCall(const ParmVarDecl *Parameter, const Expr *Call, in handleDoubleCall() argument
66 virtual void handleNeverCalled(const ParmVarDecl *Parameter, in handleNeverCalled() argument
73 virtual void handleCapturedNeverCalled(const ParmVarDecl *Parameter, in handleCapturedNeverCalled() argument
89 virtual void handleNeverCalled(const ParmVarDecl *Parameter, in handleNeverCalled() argument
/llvm-project-15.0.7/clang/include/clang/AST/
H A DTemplateName.h138 TemplateTemplateParmDecl *Parameter; variable
142 SubstTemplateTemplateParmPackStorage(TemplateTemplateParmDecl *Parameter, in SubstTemplateTemplateParmPackStorage() argument
146 Parameter(Parameter), Arguments(Arguments) {} in SubstTemplateTemplateParmPackStorage()
150 return Parameter; in getParameterPack()
161 TemplateTemplateParmDecl *Parameter,
368 TemplateTemplateParmDecl *Parameter; variable
374 Parameter(parameter), Replacement(replacement) {} in SubstTemplateTemplateParmStorage()
377 TemplateTemplateParmDecl *getParameter() const { return Parameter; } in getParameter()
/llvm-project-15.0.7/llvm/docs/AMDGPU/
H A Dgfx10_param.rst18 p0 Parameter *P0*.
19 p10 Parameter *P10*.
20 p20 Parameter *P20*.
H A Dgfx8_param.rst18 p0 Parameter *P0*.
19 p10 Parameter *P10*.
20 p20 Parameter *P20*.
H A Dgfx1030_param.rst18 p0 Parameter *P0*.
19 p10 Parameter *P10*.
20 p20 Parameter *P20*.
H A Dgfx7_param.rst18 p0 Parameter *P0*.
19 p10 Parameter *P10*.
20 p20 Parameter *P20*.
H A Dgfx9_param.rst18 p0 Parameter *P0*.
19 p10 Parameter *P10*.
20 p20 Parameter *P20*.
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp76 for (const ParmVarDecl *Parameter : Call.parameters()) { in setBitsAccordingToParameterAttributes() local
77 unsigned ParameterIndex = Parameter->getFunctionScopeIndex(); in setBitsAccordingToParameterAttributes()
81 if (Parameter->hasAttr<NonNullAttr>()) in setBitsAccordingToParameterAttributes()
252 for (const ParmVarDecl *Parameter : AbstractCall->parameters()) { in checkBeginFunction() local
254 if (!ParameterNonNullMarks.test(Parameter->getFunctionScopeIndex())) in checkBeginFunction()
260 if (!Parameter->getType()->isPointerType()) in checkBeginFunction()
263 Loc ParameterLoc = State->getLValue(Parameter, LocContext); in checkBeginFunction()
/llvm-project-15.0.7/clang/include/clang/ExtractAPI/
H A DDeclarationFragments.h152 struct Parameter { struct
156 Parameter(StringRef Name, DeclarationFragments Fragments) in Parameter() argument
160 const std::vector<Parameter> &getParameters() const { return Parameters; } in getParameters()
180 std::vector<Parameter> Parameters;
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DBuilder.cpp21 StringRef Builder::Parameter::getCppType() const { in getCppType()
37 Optional<StringRef> Builder::Parameter::getDefaultValue() const { in getDefaultValue()
61 Parameter param(paramName ? paramName->getValue() : Optional<StringRef>(), in Builder()
/llvm-project-15.0.7/clang/lib/AST/
H A DTemplateName.cpp42 Profile(ID, Parameter, Replacement); in Profile()
54 Profile(ID, Context, Parameter, getArgumentPack()); in Profile()
59 TemplateTemplateParmDecl *Parameter, in Profile() argument
61 ID.AddPointer(Parameter); in Profile()
/llvm-project-15.0.7/libunwind/test/configs/
H A Dapple-libunwind-backdeployment.cfg.in15 libcxx.test.dsl.Parameter(name='cxx_runtime_root', type=str,
24 libcxx.test.dsl.Parameter(name='abi_runtime_root', type=str,
33 libcxx.test.dsl.Parameter(name='unwind_runtime_root', type=str,
/llvm-project-15.0.7/libcxxabi/test/configs/
H A Dapple-libc++abi-backdeployment.cfg.in15 libcxx.test.dsl.Parameter(name='cxx_runtime_root', type=str,
24 libcxx.test.dsl.Parameter(name='abi_runtime_root', type=str,
33 libcxx.test.dsl.Parameter(name='unwind_runtime_root', type=str,
/llvm-project-15.0.7/libcxx/test/configs/
H A Dapple-libc++-backdeployment.cfg.in15 libcxx.test.dsl.Parameter(name='cxx_runtime_root', type=str,
24 libcxx.test.dsl.Parameter(name='abi_runtime_root', type=str,
33 libcxx.test.dsl.Parameter(name='unwind_runtime_root', type=str,
/llvm-project-15.0.7/llvm/test/tools/obj2yaml/Minidump/
H A Dbasic.yaml66 Parameter 0: 0x22
67 Parameter 1: 0x24
155 # CHECK-NEXT: Parameter 0: 0x22
156 # CHECK-NEXT: Parameter 1: 0x24
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A D2013-04-16-AAPCS-C5-vs-VFP.ll1 ;Check 5.5 Parameter Passing --> Stage C --> C.5 statement, when NSAA is not
14 ;please, read 5.5 Parameter Passing, Stage C, stages C.2.cp, C.4 and C.5
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Daix-emit-tracebacktable-vectorinfo.ll96 ; COMMON-NEXT: .vbyte 4, 0x42740000 # Parameter type = v, i, i, f, v, d, v
103 ; COMMON-NEXT: .vbyte 4, 0xb0000000 # Vector Parameter type = vi, vf, vc
121 ; COMMON-NEXT: .vbyte 4, 0x00000000 # Parameter type = i
128 ; COMMON-NEXT: .vbyte 4, 0x00000000 # Vector Parameter type =
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopInfo.cpp1434 assert(Parameters.count(Parameter)); in createParameterId()
1435 assert(!ParameterIds.count(Parameter)); in createParameterId()
1463 ParameterIds[Parameter] = Id; in createParameterId()
1469 Parameter = extractConstantFactor(Parameter, *SE).second; in addParams()
1470 Parameter = getRepresentingInvariantLoadSCEV(Parameter); in addParams()
1472 if (Parameters.insert(Parameter)) in addParams()
1473 createParameterId(Parameter); in addParams()
1479 Parameter = getRepresentingInvariantLoadSCEV(Parameter); in getIdForParam()
1480 return ParameterIds.lookup(Parameter); in getIdForParam()
1497 for (auto *Parameter : Parameters) { in addParameterBounds() local
[all …]

12345