HomeSort by relevance Sort by last modified time
    Searched defs:Def (Results 101 - 124 of 124) sorted by null

1 2 3 45

  /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...]
SemaType.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp 631 const FunctionDecl *Def;
641 Old->isDefined(Def)) {
646 Diag(Def->getLocation(), diag::note_previous_definition);
    [all...]
SemaExpr.cpp 247 /// because the restriction language is a bit weaker (C++11 [basic.def.odr]p6)
    [all...]
  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp 202 /// existing subregister number of the def / use being updated is not zero,
210 /// %vreg0:sub0<def,read-undef> = ...
505 if (BValNo->def != CopyIdx) return false;
516 MachineInstr *ACopyMI = LIS->getInstructionFromIndex(AValNo->def);
523 IntB.FindSegmentContaining(AValNo->def.getPrevSlot());
545 BValNo->def = FillerStart;
560 VNInfo *SubValSNo = S.getVNInfoAt(AValNo->def.getPrevSlot());
657 assert(BValNo != nullptr && BValNo->def == CopyIdx);
664 MachineInstr *DefMI = LIS->getInstructionFromIndex(AValNo->def);
692 if (NewReg != IntB.reg || !IntB.Query(AValNo->def).isKill()
    [all...]
MachinePipeliner.cpp 538 /// Map for each register and the max difference between its uses and def.
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 875 Record *Def = Pred->getDef();
876 if (!Def->isSubClassOf("Predicate")) {
878 Def->dump();
882 PredicateRecs.push_back(Def);
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenDAGPatterns.cpp 746 Record *Def = Pred->getDef();
747 if (!Def->isSubClassOf("Predicate")) {
749 Def->dump();
755 PredicateCheck += "(" + Def->getValueAsString("CondString") + ")";
922 SDNodeInfo::SDNodeInfo(Record *R) : Def(R) {
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 469 #include "clang/AST/BuiltinTypes.def"
522 #include "clang/Basic/OpenCLImageTypes.def"
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 382 /// \p Def. Ensure that \p Def is made visible whenever \p MergedDef is made
384 void mergeDefinitionVisibility(NamedDecl *Def, NamedDecl *MergedDef) {
385 if (Def->isHidden()) {
388 Def->Hidden = false;
391 Def, MergedDef->getImportedOwningModule(),
393 Reader.PendingMergedDefinitionsToDeduplicate.insert(Def);
397 Reader.HiddenNamesMap[Reader.getSubmodule(SubmoduleID)].push_back(Def);
    [all...]
ASTReader.cpp 227 #include "clang/Basic/LangOptions.def"
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.h 10 ** - upb::Def (upb_def): base class of all the others.
171 * Downcasts are not provided, but upb/def.h defines downcasts for upb::Def. */
267 * upb::Def* def = GetDef();
269 * upb::MessgeDef* md = upb::down_cast<upb::MessageDef>(def);
272 * only downcast from a upb::Def to a specific Def type). */
279 * upb::Def* def = GetDef()
3055 const upb_msgdef *def; \/* If !msg_is_symbolic. *\/ member in union:upb_fielddef::__anon32164
3059 const upb_def *def; \/* If !subdef_is_symbolic. *\/ member in union:upb_fielddef::__anon32165
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h 11 ** - upb::Def (upb_def): base class of all the others.
186 * Downcasts are not provided, but upb/def.h defines downcasts for upb::Def. */
287 * upb::Def* def = GetDef();
289 * upb::MessgeDef* md = upb::down_cast<upb::MessageDef>(def);
292 * only downcast from a upb::Def to a specific Def type). */
299 * upb::Def* def = GetDef()
3642 inline const Def* FileDef::def(int index) const { function in class:upb::FileDef
3645 inline Def* FileDef::def(int index) { function in class:upb::FileDef
3735 const upb_msgdef *def; \/* If !msg_is_symbolic. *\/ member in union:upb_fielddef::__anon32222
3739 const upb_def *def; \/* If !subdef_is_symbolic. *\/ member in union:upb_fielddef::__anon32223
    [all...]
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.56/
bcprov-jdk15on-1.56.jar 

Completed in 1117 milliseconds

1 2 3 45