OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Def
(Results
101 - 124
of
124
) sorted by null
1
2
3
4
5
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/TableGen/
Record.h
1035
/// AL - Represent a reference to a '
def
' in the description
1039
Record *
Def
;
1041
DefInit(Record *D, RecordRecTy *T) : TypedInit(IK_DefInit, T),
Def
(D) {}
1055
Record *getDef() const { return
Def
; }
1066
llvm_unreachable("Illegal bit reference off
def
");
1074
llvm_unreachable("Illegal element reference off
def
");
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/TableGen/
Record.h
1035
/// AL - Represent a reference to a '
def
' in the description
1039
Record *
Def
;
1041
DefInit(Record *D, RecordRecTy *T) : TypedInit(IK_DefInit, T),
Def
(D) {}
1055
Record *getDef() const { return
Def
; }
1066
llvm_unreachable("Illegal bit reference off
def
");
1074
llvm_unreachable("Illegal element reference off
def
");
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/TableGen/
Record.h
1035
/// AL - Represent a reference to a '
def
' in the description
1039
Record *
Def
;
1041
DefInit(Record *D, RecordRecTy *T) : TypedInit(IK_DefInit, T),
Def
(D) {}
1055
Record *getDef() const { return
Def
; }
1066
llvm_unreachable("Illegal bit reference off
def
");
1074
llvm_unreachable("Illegal element reference off
def
");
[
all
...]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas
[
all
...]
Antlr.Runtime.pas
[
all
...]
/external/clang/lib/AST/
Decl.cpp
557
const FunctionDecl *
Def
= nullptr;
563
FD->hasBody(
Def
) &&
Def
->isInlined() && !
Def
->hasAttr<GNUInlineAttr>();
[
all
...]
/external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp
[
all
...]
SemaTemplate.cpp
[
all
...]