HomeSort by: relevance | last modified time | path
    Searched defs:Id (Results 1 - 25 of 90) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
id.h 8 * https://github.com/dlang/dmd/blob/master/src/dmd/id.h
13 struct Id
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/ASTDiff/
ASTDiffInternal.h 30 int Id;
32 NodeId() : Id(InvalidNodeId) {}
33 NodeId(int Id) : Id(Id) {}
35 operator int() const { return Id; }
36 NodeId &operator++() { return ++Id, *this; }
37 NodeId &operator--() { return --Id, *this; }
41 bool isValid() const { return Id != InvalidNodeId; }
42 bool isInvalid() const { return Id == InvalidNodeId;
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Any.h 28 // The `Typeid<T>::Id` static data member below is a globally unique
32 template <typename T> struct TypeId { static const char Id; };
37 virtual const void *id() const = 0;
49 const void *id() const override { return &TypeId<T>::Id; }
116 template <typename T> const char Any::TypeId<T>::Id = 0;
122 return Value.Storage->id() == &Any::TypeId<remove_cvref_t<T>>::Id;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
OptimizedStructLayout.h 50 OptimizedStructLayoutField(const void *Id, uint64_t Size, Align Alignment,
52 : Offset(FixedOffset), Size(Size), Id(Id), Alignment(Alignment) {
66 const void *Id;
GraphWriter.h 174 std::string Id = DTraits.getNodeIdentifierLabel(Node, G);
175 if (!Id.empty())
176 O << "|" << DOT::EscapeString(Id);
199 std::string Id = DTraits.getNodeIdentifierLabel(Node, G);
200 if (!Id.empty())
201 O << "|" << DOT::EscapeString(Id);
258 void emitSimpleNode(const void *ID, const std::string &Attr,
261 O << "\tNode" << ID << "[ ";
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIASourceFile.cpp 28 DWORD Id;
29 return (S_OK == SourceFile->get_uniqueId(&Id)) ? Id : 0;
DIALineNumber.cpp 63 DWORD Id = 0;
64 return (S_OK == LineNumber->get_sourceFileId(&Id)) ? Id : 0;
68 DWORD Id = 0;
69 return (S_OK == LineNumber->get_compilandId(&Id)) ? Id : 0;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeEnumTypes.cpp 60 SymIndexId Id = Session.getSymbolCache().findSymbolByTypeIndex(Matches[N]);
61 return Session.getSymbolCache().getSymbolById(Id);
NativeFunctionSymbol.cpp 22 SymIndexId Id,
25 : NativeRawSymbol(Session, PDB_SymType::Function, Id), Sym(Sym),
122 SymIndexId Id = Session.getSymbolCache().getOrCreateInlineSymbol(
124 Frames.insert(Frames.begin(), Id);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86IntrinsicsInfo.h 44 uint16_t Id;
50 return Id < RHS.Id;
53 return RHS.Id == Id;
55 friend bool operator<(const IntrinsicData &LHS, unsigned Id) {
56 return LHS.Id < Id;
60 #define X86_INTRINSIC_DATA(id, type, op0, op1) \
61 { Intrinsic::x86_##id, type, op0, op1
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CTagsEmitter.cpp 30 const std::string *Id;
34 : Id(&Name), Loc(Location) {}
35 int operator<(const Tag &B) const { return *Id < *B.Id; }
41 OS << *Id << "\t" << BufferName << "\t" << LineAndColumn.first << "\n";
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/
RefactoringCallbacks.h 20 // Finder.AddMatcher(id("integer", expression(integerLiteral())), Callback);
123 /// Replace an if-statement bound to \c Id with the outdented text of its
128 ReplaceIfStmtWithItsBody(StringRef Id, bool PickTrueBranch);
132 std::string Id;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
MacroPPCallbacks.cpp 180 IdentifierInfo *Id = MacroNameTok.getIdentifierInfo();
185 writeMacroDefinition(*Id, *MD->getMacroInfo(), PP, Name, Value);
194 IdentifierInfo *Id = MacroNameTok.getIdentifierInfo();
198 Id->getName(), "");
CodeGenTBAA.cpp 62 llvm::Metadata *Id = MDHelper.createString(Name);
63 return MDHelper.createTBAATypeNode(Parent, Size, Id);
367 llvm::Metadata *Id = MDHelper.createString(OutName);
368 return MDHelper.createTBAATypeNode(Parent, Size, Id, Fields);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
PseudoProbe.h 45 // [18:3] - probe id
80 uint32_t Id;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
ResourceScriptStmt.cpp 50 OS << " Accelerator: " << Acc.Event << " " << Acc.Id;
96 OS << " MenuItem (" << Name << "), ID = " << Id;
153 OS << " Control (" << ID << "): " << Type << ", title: " << Title
161 OS << ", help ID: " << *HelpID;
168 << "], help ID: " << HelpID << "\n";
185 for (size_t Id = 0; Id < NumValues; ++Id) {
186 if (Id > 0 && HasPrecedingComma[Id]
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
SymbolCache.h 37 /// an Id. Id allocation is an implementation, with the only guarantee
38 /// being that once an Id is allocated, the symbol can be assumed to be
59 /// Map from string table offset to source file Id.
87 SymIndexId Id = Cache.size();
89 return Id;
122 SymIndexId Id = Cache.size();
127 Session, Id, std::forward<Args>(ConstructorArgs)...);
128 Result->SymbolId = Id;
136 return Id;
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyLowerGlobalDtors.cpp 47 static char ID;
48 LowerGlobalDtors() : ModulePass(ID) {}
52 char LowerGlobalDtors::ID = 0;
145 uint64_t Id = 0;
149 auto ThisId = Id++;
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/timesten/dnreverse/
dnreverse.cpp 36 int Id;
53 static void ReverseAndUpper(char* dnP, int id, bool commit=true);
61 Id = Dn = Oc_map_id = Parent = Keyval = Dn_ru = -1;
66 Id = tbl.getColNumber("ID");
67 if (Id < 0) {
68 cerr << "target table has no 'ID' column" << endl;
104 void LDAPEntriesHandler::ReverseAndUpper(char* dnP, int id, bool commit)
123 assignDn_ru.setParam(2, id);
127 cerr << "Error updating id " << id << " ('" << dnP << "' to '"
151 int id; local
166 int id; local
290 int id; local
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Driver/
Types.cpp 26 ID PreprocessedType;
31 constexpr PhasesBitSet(std::initializer_list<phases::ID> Phases) {
32 for (auto Id : Phases)
33 Bits |= 1 << Id;
35 bool contains(phases::ID Id) const { return Bits & (1 << Id); }
40 #define TYPE(NAME, ID, PP_TYPE, TEMP_SUFFIX, ...) \
47 static const TypeInfo &getInfo(unsigned id) {
48 assert(id > 0 && id - 1 < numTypes && "Invalid Type ID.")
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp 32 FileID Id;
35 IncludedFile(FileID Id, SrcMgr::CharacteristicKind FileType,
37 : Id(Id), FileType(FileType), DirLookup(DirLookup) {}
163 FileID Id = FullSourceLoc(Loc, SM).getFileID();
166 IncludedFile(Id, NewFileType, PP.GetCurDirLookup())));
436 Process(Inc->Id, Inc->FileType, Inc->DirLookup);
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExprCXX.cpp 118 /// nested-name-specifier 'template'[opt] simple-template-id '::'
128 /// \param ObjectHadErrors if this unqualified-id occurs within a member access
253 // If the qualified-id has the form
266 // nested-name-specifier 'template'[opt] simple-template-id '::'
286 // We don't need to actually parse the unqualified-id in this case,
287 // because a simple-template-id cannot start with 'operator', but
289 // we already annotated the template-id.
309 // If the next token is not '<', we have a qualified-id that refers
311 // template-id.
317 // Commit to parsing the template-id
    [all...]
ParseStmtAsm.cpp 230 UnqualifiedId Id;
243 /*AllowDeductionGuide=*/false, &TemplateKWLoc, Id);
245 Result = Actions.LookupInlineAsmIdentifier(SS, TemplateKWLoc, Id,
256 IdentifierInfo *Id = Tok.getIdentifierInfo();
258 Result = Actions.LookupInlineAsmVarDeclField(Result.get(), Id->getName(),
892 // Read the [id] if present.
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
Stencil.cpp 37 getNode(const ast_matchers::BoundNodes &Nodes, StringRef Id) {
39 auto It = NodesMap.find(Id);
42 "Id not bound: " + Id);
55 explicit DebugPrintNodeData(std::string S) : Id(std::move(S)) {}
56 std::string Id;
59 // Operators that take a single node Id as an argument.
69 // Generic container for stencil operations with a (single) node-id argument.
71 UnaryOperationData(UnaryNodeOperator Op, std::string Id)
72 : Op(Op), Id(std::move(Id)) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.h 45 /// This node's ID needs to be set to the number of its unprocessed
86 // Bijection from SDValue to unique id. As each created node gets a
87 // new id we do not need to worry about reuse expunging. Should we
155 "Ran out of Ids. Increase id type size or add compactification");
159 const SDValue &getSDValue(TableId &Id) {
160 RemapId(Id);
161 assert(Id && "TableId should be non-zero");
162 auto I = IdToValueMap.find(Id);
163 assert(I != IdToValueMap.end() && "cannot find Id in map");
214 void RemapId(TableId &Id);
    [all...]

Completed in 153 milliseconds

1 2 3 4