OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Explicit
(Results
1 - 25
of
35
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp
362
bool
Explicit
= DumpType != DIDT_All && !IsDWO;
363
bool ExplicitDWO =
Explicit
&& IsDWO;
364
auto shouldDump = [&](bool
Explicit
, const char *Name, unsigned ID,
367
bool Should = (DumpType & Mask) && (
Explicit
|| !Section.empty());
375
if (shouldDump(
Explicit
, ".debug_abbrev", DIDT_ID_DebugAbbrev,
393
if (
Explicit
|| getNumCompileUnits())
409
if (
Explicit
|| getNumTypeUnits())
419
if (const auto *Off = shouldDump(
Explicit
, ".debug_loc", DIDT_ID_DebugLoc,
424
shouldDump(
Explicit
, ".debug_loclists", DIDT_ID_DebugLoclists,
457
shouldDump(
Explicit
, ".debug_frame", DIDT_ID_DebugFrame
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/MIRParser/
MIParser.h
39
bool
Explicit
= false; ///< VReg was explicitly specified in the .mir file.
/src/external/apache2/llvm/dist/llvm/lib/WindowsManifest/
WindowsManifestMerger.cpp
305
// For the given
explicit
prefix-definition of a namespace, travel downwards
307
// that namespace replace it with that
explicit
prefix use. This is important
378
// namespace defined. In this case we have to define an
explicit
427
xmlNsPtr
Explicit
= std::move(EC.get());
428
NonDominantNode->ns =
Explicit
;
497
xmlNsPtr
Explicit
= std::move(ExplicitOrError.get());
498
Node->ns =
Explicit
;
/src/external/apache2/llvm/dist/clang/lib/Lex/
ModuleMap.cpp
619
bool
Explicit
= UmbrellaModule->InferExplicitSubmodules;
627
Explicit
).first;
645
Explicit
).first;
1482
void parseInferredModuleDecl(bool Framework, bool
Explicit
);
1496
explicit
ModuleMapParser(Lexer &L, SourceManager &SourceMgr,
1532
.Case("
explicit
", MMToken::ExplicitKeyword)
1822
/// '
explicit
'[opt] 'framework'[opt] 'module' module-id attributes[opt]
1844
// Parse '
explicit
' or 'framework' keyword, if present.
1847
bool
Explicit
= false;
1850
// Parse '
explicit
' keyword, if present
[
all
...]
/src/usr.bin/make/unit-tests/
posix1.mk
139
#
Explicit
rule where the dependency is an inferred file. The dependency
152
# Excplicit rule where the dependency also has an
explicit
rule.
/src/external/lgpl3/gmp/dist/mpn/x86/k7/mmx/
com.asm
50
C cycles.
Explicit
.byte's guarantee the desired instructions, at a point
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Comment.h
753
void setDirection(PassDirection Direction, bool
Explicit
) {
755
ParamCommandCommentBits.IsDirectionExplicit =
Explicit
;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp
554
if (Info.
Explicit
)
558
Info.
Explicit
= true;
MIParser.cpp
1341
if (RegInfo.
Explicit
&& RegInfo.D.RC != RC) {
1347
RegInfo.
Explicit
= true;
1372
if (RegInfo.
Explicit
&& RegInfo.D.RegBank != RegBank)
1375
RegInfo.
Explicit
= true;
/src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
llvm_debuginfo.ml
71
|
Explicit
llvm_debuginfo.mli
71
|
Explicit
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprCXX.cpp
1241
bool Sema::CheckCXXThisCapture(SourceLocation Loc, const bool
Explicit
,
1245
if (isUnevaluatedContext() && !
Explicit
)
1248
assert((!ByCopy ||
Explicit
) && "cannot implicitly capture *this by value");
1259
// closure that is a lambda, using the
explicit
notation:
1266
// - 'L' has an
explicit
byref or byval capture of the *enclosing object*
1291
<< (
Explicit
&& idx == MaxFunctionScopesIndex);
1292
if (!
Explicit
)
1301
(
Explicit
&& idx == MaxFunctionScopesIndex)) {
1302
// Regarding (
Explicit
&& idx == MaxFunctionScopesIndex): only the first
1303
// iteration through can be an
explicit
capture, all enclosing closures
[
all
...]
SemaExpr.cpp
127
///
explicit
storage class.
2145
// function parameter list, hence add an
explicit
check.
2259
"Diagnosing an empty lookup with
explicit
template args!");
5661
// any
explicit
objects.
6151
/// If a builtin function has a pointer argument with no
explicit
address
6486
// with no
explicit
address space with the address space of the arguments
7066
/// Do an
explicit
extend of the given block pointer if we're in ARC.
9650
explicit
OriginalOperand(Expr *Op) : Orig(Op), Conversion(nullptr) {
13134
// Only ignore
explicit
casts to void.
13154
// another operator. There is an
explicit
list of acceptable expressions fo
[
all
...]
/src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/
package.d
632
Explicit
cast to bool.
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp
2304
bool
Explicit
= false;
2306
Explicit
= TD->isExplicitInstantiationOrSpecialization();
2307
if (!
Explicit
&& CXXDecl->getEnclosingNamespaceContext())
5128
// Don't ignore in case of
explicit
cast where it is referenced indirectly.
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
503
explicit
AlignPackInfo(bool IsXL) : AlignPackInfo(Native, IsXL) {}
657
explicit
PragmaStack(const ValueType &Default)
1834
explicit
PoppedFunctionScopeDeleter(Sema *Self) : Self(Self) {}
2205
/// Determine if there is a visible declaration of \p D that is an
explicit
2406
explicit
NameClassification(NameClassificationKind Kind) : Kind(Kind) {}
2744
/// Emit diagnostics if the initializer or any of its
explicit
or
2934
/// implicit instantiation. Check that any relevant
explicit
specializations
3081
explicit
operator bool() const {
3388
/// Allow no
explicit
functions to be used.
3390
/// Allow
explicit
conversion functions but not explicit constructors
[
all
...]
/src/external/gpl2/diffutils/dist/config/
texinfo.tex
1558
%
Explicit
font changes: @r, @sc, undocumented @ii.
/src/external/gpl2/gmake/dist/config/
texinfo.tex
682
%
explicit
\vfill so that the extra space is at the bottom. The
1785
% @b,
explicit
bold.
1789
% @sansserif,
explicit
sans.
2036
%
Explicit
font changes: @r, @sc, undocumented @ii.
/src/external/gpl2/grep/dist/doc/
texinfo.tex
1480
%
Explicit
font changes: @r, @sc, undocumented @ii.
/src/external/gpl2/groff/dist/doc/
texinfo.tex
674
%
explicit
\vfill so that the extra space is at the bottom. The
1733
% @b,
explicit
bold.
1737
% @sansserif,
explicit
sans.
1942
%
Explicit
font changes: @r, @sc, undocumented @ii.
/src/external/gpl2/texinfo/dist/doc/
texinfo.tex
674
%
explicit
\vfill so that the extra space is at the bottom. The
1733
% @b,
explicit
bold.
1737
% @sansserif,
explicit
sans.
1942
%
Explicit
font changes: @r, @sc, undocumented @ii.
/src/external/bsd/am-utils/dist/doc/
texinfo.tex
643
%
explicit
\vfill so that the extra space is at the bottom. The
2404
%
Explicit
font changes: @r, @sc, undocumented @ii.
2409
% @b,
explicit
bold. Also @strong.
2413
% @sansserif,
explicit
sans.
2441
% @t,
explicit
typewriter.
5005
% When reading the text of entry, convert
explicit
line breaks
9981
% print a typewriter backslash, hence we use an
explicit
\mathchar,
/src/external/bsd/flex/dist/build-aux/
texinfo.tex
643
%
explicit
\vfill so that the extra space is at the bottom. The
2404
%
Explicit
font changes: @r, @sc, undocumented @ii.
2409
% @b,
explicit
bold. Also @strong.
2413
% @sansserif,
explicit
sans.
2441
% @t,
explicit
typewriter.
5005
% When reading the text of entry, convert
explicit
line breaks
9981
% print a typewriter backslash, hence we use an
explicit
\mathchar,
/src/external/gpl2/xcvs/dist/build-aux/
texinfo.tex
742
%
explicit
\vfill so that the extra space is at the bottom. The
2532
%
Explicit
font changes: @r, @sc, undocumented @ii.
2537
% @b,
explicit
bold. Also @strong.
2541
% @sansserif,
explicit
sans.
2569
% @t,
explicit
typewriter.
/src/external/gpl3/autoconf/dist/build-aux/
texinfo.tex
642
%
explicit
\vfill so that the extra space is at the bottom. The
2403
%
Explicit
font changes: @r, @sc, undocumented @ii.
2408
% @b,
explicit
bold. Also @strong.
2412
% @sansserif,
explicit
sans.
2440
% @t,
explicit
typewriter.
4952
% When reading the text of entry, convert
explicit
line breaks
9917
% print a typewriter backslash, hence we use an
explicit
\mathchar,
Completed in 83 milliseconds
1
2
Indexes created Sat Sep 19 00:25:42 UTC 2026