OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RequiredArgs
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
CGFunctionInfo.h
480
class
RequiredArgs
{
487
RequiredArgs
(All_t _) : NumRequired(~0U) {}
488
explicit
RequiredArgs
(unsigned n) : NumRequired(n) {
497
static
RequiredArgs
forPrototypePlus(const FunctionProtoType *prototype,
508
return
RequiredArgs
(prototype->getNumParams() + additional);
511
static
RequiredArgs
forPrototypePlus(CanQual<FunctionProtoType> prototype,
516
static
RequiredArgs
forPrototype(const FunctionProtoType *prototype) {
520
static
RequiredArgs
forPrototype(CanQual<FunctionProtoType> prototype) {
531
static
RequiredArgs
getFromOpaqueData(unsigned value) {
533
return
RequiredArgs
(value)
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h
1246
Optional<unsigned>
RequiredArgs
;
1251
static Optional<size_t> readRequiredParams(Optional<unsigned>
RequiredArgs
,
1255
if (
RequiredArgs
)
1256
return static_cast<size_t>(*
RequiredArgs
);
1268
/// @param
RequiredArgs
The number of arguments that is expected to match a
1272
Optional<unsigned>
RequiredArgs
= None,
1274
: QualifiedName(QualifiedName),
RequiredArgs
(
RequiredArgs
),
1275
RequiredParams(readRequiredParams(
RequiredArgs
, RequiredParams)),
1280
Optional<unsigned>
RequiredArgs
= None
[
all
...]
Completed in 20 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026