OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Unspecified
(Results
1 - 25
of
58
) sorted by relevancy
1
2
3
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
Specifiers.h
32
enum class ConstexprSpecKind {
Unspecified
, Constexpr, Consteval, Constinit };
35
enum class TypeSpecifierWidth {
Unspecified
, Short, Long, LongLong };
38
enum class TypeSpecifierSign {
Unspecified
, Signed, Unsigned };
40
enum class TypeSpecifiersPipe {
Unspecified
, Pipe };
309
///
unspecified
. This captures a (fairly rare) case where we
312
Unspecified
,
321
/// ordering is:
Unspecified
< Nullable < NonNull.
356
Unspecified
= 3,
LangOptions.h
190
Unspecified
,
311
CoreFoundationABI CFRuntime = CoreFoundationABI::
Unspecified
;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGLoopInfo.cpp
90
else if (Attrs.UnrollEnable != LoopAttributes::
Unspecified
||
218
else if (Attrs.VectorizeEnable != LoopAttributes::
Unspecified
||
219
Attrs.VectorizePredicateEnable != LoopAttributes::
Unspecified
||
221
Attrs.VectorizeScalable != LoopAttributes::
Unspecified
)
256
if (Attrs.VectorizePredicateEnable != LoopAttributes::
Unspecified
) {
277
if (Attrs.VectorizeScalable != LoopAttributes::
Unspecified
) {
303
if (Attrs.VectorizeEnable != LoopAttributes::
Unspecified
||
448
: IsParallel(IsParallel), VectorizeEnable(LoopAttributes::
Unspecified
),
449
UnrollEnable(LoopAttributes::
Unspecified
),
450
UnrollAndJamEnable(LoopAttributes::
Unspecified
),
[
all
...]
CGLoopInfo.h
44
enum LVEnableState {
Unspecified
, Enable, Disable, Full };
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerHelpers.h
49
// Optimization: Most pointers expected to be
unspecified
. When a symbol has an
50
//
unspecified
or nonnull type non of the rules would indicate any problem for
60
Unspecified
,
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
CommonConfig.h
29
Unspecified
,
148
FileFormat InputFormat = FileFormat::
Unspecified
;
150
FileFormat OutputFormat = FileFormat::
Unspecified
;
ConfigManager.cpp
744
.Default(FileFormat::
Unspecified
);
753
.Default(FileFormat::
Unspecified
);
754
if (Config.OutputFormat == FileFormat::
Unspecified
) {
1350
Config.InputFormat = FileFormat::
Unspecified
;
1351
Config.OutputFormat = FileFormat::
Unspecified
;
llvm-objcopy.cpp
164
case FileFormat::
Unspecified
:
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
target.h
51
Unspecified
,
64
Unspecified
,
88
Unspecified
,
target.d
302
Unspecified
,
315
Unspecified
,
347
Unspecified
,
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CheckerHelpers.cpp
105
return Nullability::
Unspecified
;
110
return Nullability::
Unspecified
;
/src/external/apache2/llvm/dist/clang/lib/Sema/
DeclSpec.cpp
484
case DeclSpec::SCS_unspecified: return "
unspecified
";
498
case DeclSpec::TSCS_unspecified: return "
unspecified
";
508
case TypeSpecifierWidth::
Unspecified
:
509
return "
unspecified
";
522
case TSC_unspecified: return "
unspecified
";
531
case TypeSpecifierSign::
Unspecified
:
532
return "
unspecified
";
544
case DeclSpec::TST_unspecified: return "
unspecified
";
592
case ConstexprSpecKind::
Unspecified
:
593
return "
unspecified
";
[
all
...]
SemaLambda.cpp
1448
: ConstexprSpecKind::
Unspecified
,
1487
/*isInline=*/true, ConstexprSpecKind::
Unspecified
,
1555
/*isInline=*/true, ExplicitSpecifier(), ConstexprSpecKind::
Unspecified
,
1585
// initializations are performed in the (
unspecified
) order in
1920
: ConstexprSpecKind::
Unspecified
);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
CXXInheritance.h
366
return Inheritance == MSInheritanceModel::
Unspecified
;
TypeLoc.h
606
return TypeSpecifierSign::
Unspecified
;
610
return getWrittenSignSpec() != TypeSpecifierSign::
Unspecified
;
622
return TypeSpecifierWidth::
Unspecified
;
626
return getWrittenWidthSpec() != TypeSpecifierWidth::
Unspecified
;
661
wbs.Sign = static_cast<unsigned>(TypeSpecifierSign::
Unspecified
);
662
wbs.Width = static_cast<unsigned>(TypeSpecifierWidth::
Unspecified
);
/src/external/apache2/llvm/dist/clang/lib/APINotes/
APINotesYAMLCompiler.cpp
91
IO.enumCase(NK, "
Unspecified
", NullabilityKind::
Unspecified
);
95
IO.enumCase(NK, "Scalar", NullabilityKind::
Unspecified
);
100
IO.enumCase(NK, "U", NullabilityKind::
Unspecified
);
101
IO.enumCase(NK, "S", NullabilityKind::
Unspecified
);
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
NullabilityChecker.cpp
60
case Nullability::
Unspecified
:
61
return "
unspecified
";
851
return Nullability::
Unspecified
;
935
ComputedNullab != Nullability::
Unspecified
) {
989
if (DestNullability == Nullability::
Unspecified
)
1115
Nullability ValNullability = Nullability::
Unspecified
;
1123
Nullability ValueExprTypeLevelNullability = Nullability::
Unspecified
;
/src/external/apache2/llvm/dist/clang/lib/AST/
MicrosoftCXXABI.cpp
190
return MSInheritanceModel::
Unspecified
;
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h
425
TypeSpecWidth(static_cast<unsigned>(TypeSpecifierWidth::
Unspecified
)),
427
TypeSpecSign(static_cast<unsigned>(TypeSpecifierSign::
Unspecified
)),
435
static_cast<unsigned>(ConstexprSpecKind::
Unspecified
)),
623
getTypeSpecWidth() != TypeSpecifierWidth::
Unspecified
||
625
getTypeSpecSign() != TypeSpecifierSign::
Unspecified
;
760
return getConstexprSpecifier() != ConstexprSpecKind::
Unspecified
;
764
ConstexprSpecifier = static_cast<unsigned>(ConstexprSpecKind::
Unspecified
);
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDebugFrame.cpp
45
UnwindLocation UnwindLocation::createUnspecified() { return {
Unspecified
}; }
85
case
Unspecified
:
86
OS << "
unspecified
";
131
case
Unspecified
:
223
Row.getCFAValue().getLocation() != UnwindLocation::
Unspecified
)
240
Row.getCFAValue().getLocation() != UnwindLocation::
Unspecified
)
324
// for arguments is
unspecified
.
/src/external/gpl3/gdb/dist/opcodes/
i386-opc.h
913
/*
Unspecified
memory size. */
914
Unspecified
,
957
unsigned int
unspecified
:1;
/src/external/gpl3/gdb.old/dist/opcodes/
i386-opc.h
896
/*
Unspecified
memory size. */
897
Unspecified
,
940
unsigned int
unspecified
:1;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringBase.cpp
2052
return TargetLoweringBase::ReciprocalEstimate::
Unspecified
;
2079
return TargetLoweringBase::ReciprocalEstimate::
Unspecified
;
2104
return TargetLoweringBase::ReciprocalEstimate::
Unspecified
;
2109
/// exist, return the ReciprocalEstimate enum value for
unspecified
.
2112
return TargetLoweringBase::ReciprocalEstimate::
Unspecified
;
2125
return TargetLoweringBase::ReciprocalEstimate::
Unspecified
;
2153
return TargetLoweringBase::ReciprocalEstimate::
Unspecified
;
/src/external/gpl3/binutils/dist/opcodes/
i386-opc.h
960
/*
Unspecified
memory size. */
961
Unspecified
,
1004
unsigned int
unspecified
:1;
/src/external/gpl3/binutils.old/dist/opcodes/
i386-opc.h
947
/*
Unspecified
memory size. */
948
Unspecified
,
991
unsigned int
unspecified
:1;
Completed in 66 milliseconds
1
2
3
Indexes created Wed Mar 04 05:31:52 UTC 2026