OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsDefinition
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/IR/
DIBuilder.cpp
601
cast<DISubprogram>(T)->
isDefinition
() == false)) &&
816
bool
IsDefinition
= SPFlags & DISubprogram::SPFlagDefinition;
818
/*IsDistinct=*/
IsDefinition
, VMContext, getNonCompileUnitScope(Context),
820
SPFlags,
IsDefinition
? CUNode : nullptr, TParams, Decl,
823
if (
IsDefinition
)
835
bool
IsDefinition
= SPFlags & DISubprogram::SPFlagDefinition;
839
IsDefinition
? CUNode : nullptr, TParams,
854
bool
IsDefinition
= SPFlags & DISubprogram::SPFlagDefinition;
856
/*IsDistinct=*/
IsDefinition
, VMContext, cast<DIScope>(Context), Name,
858
Flags, SPFlags,
IsDefinition
? CUNode : nullptr, TParams, nullptr
[
all
...]
LLVMContextImpl.h
738
bool
isDefinition
() const { return SPFlags & DISubprogram::SPFlagDefinition; }
744
if (!
isDefinition
() && LinkageName)
761
return isDeclarationOfODRMember(LHS.
isDefinition
(), LHS.Scope,
766
return isDeclarationOfODRMember(LHS->
isDefinition
(), LHS->getRawScope(),
773
static bool isDeclarationOfODRMember(bool
IsDefinition
, const Metadata *Scope,
778
if (
IsDefinition
|| !Scope || !LinkageName)
791
return
IsDefinition
== RHS->
isDefinition
() && Scope == RHS->getRawScope() &&
975
bool
IsDefinition
;
982
bool IsLocalToUnit, bool
IsDefinition
,
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp
688
bool Decl::canBeWeakImported(bool &
IsDefinition
) const {
689
IsDefinition
= false;
694
IsDefinition
= true;
702
IsDefinition
= true;
718
bool
IsDefinition
;
719
if (!canBeWeakImported(
IsDefinition
))
/src/external/apache2/llvm/dist/llvm/lib/FileCheck/
FileCheck.cpp
1030
bool
IsDefinition
= false;
1061
IsDefinition
= (VarEndIdx != StringRef::npos);
1062
SubstNeeded = !
IsDefinition
;
1063
if (
IsDefinition
) {
1113
IsDefinition
= true;
1125
if (
IsDefinition
) {
1156
if (
IsDefinition
)
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp
6486
bool
IsDefinition
) {
6495
IsDefinition
= false;
6563
IsDefinition
= VD->isThisDeclarationADefinition(S.Context) !=
6574
if (IsMicrosoftABI &&
IsDefinition
) {
8302
bool
IsDefinition
= ExtraArgs.D.isFunctionDefinition();
8391
<< Name << NewDC <<
IsDefinition
);
8404
<< Name << NewDC <<
IsDefinition
<< NewFD->getLocation();
10053
/// \param
IsDefinition
Whether it is a definition or just a declarartion.
10057
bool
IsDefinition
) {
10060
if (!FD->hasAttr<SectionAttr>() &&
IsDefinition
&
[
all
...]
Completed in 67 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026