Searched refs:Id (Results 276 - 300 of 337) sorted by relevance

<<11121314

/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacutils.h949 char *Id);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2743 IdentifierInfo *Id,
2756 SourceLocation IdLoc, IdentifierInfo *Id,
3660 bool checkLiteralOperatorId(const CXXScopeSpec &SS, const UnqualifiedId &Id);
3782 ObjCInterfaceDecl *getObjCInterfaceDecl(IdentifierInfo *&Id,
4307 UnqualifiedId &Id,
4327 SourceLocation IdLoc, IdentifierInfo *Id,
4354 IdentifierInfo *Id);
4599 UnqualifiedId &Id, bool HasTrailingLParen, bool IsAddressOfOperand,
4603 void DecomposeUnqualifiedId(const UnqualifiedId &Id,
4787 UnqualifiedId &Id; member in struct:clang::final::ActOnMemberAccessExtraArgs
6127 actOnLambdaInitCaptureInitialization( SourceLocation Loc, bool ByRef, SourceLocation EllipsisLoc, IdentifierInfo *Id, LambdaCaptureInitKind InitKind, Expr *&Init) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1342 IdentifierInfo *Id = PP.getIdentifierInfo(ConfigMacro); local
1347 if (!Id->hadMacroDefinition())
1349 auto *LatestLocalMD = PP.getLocalMacroDirectiveHistory(Id);
1363 auto *CurrentDefinition = PP.getMacroInfo(Id);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1050 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \
1056 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \
1057 CanQualType Id##Ty;
1059 #define SVE_TYPE(Name, Id, SingletonId) \
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp560 TopoSigId Id; local
565 Id.push_back(I->first->EnumValue);
566 Id.push_back(I->second->TopoSig);
573 TopoSig = RegBank.getTopoSig(Id);
/freebsd-11-stable/share/mk/
H A Dgendirdeps.mk2 # $Id: gendirdeps.mk,v 1.30 2016/02/27 00:20:39 sjg Exp $
H A Dmeta.autodep.mk2 # $Id: meta.autodep.mk,v 1.40 2016/02/22 22:44:58 sjg Exp $
/freebsd-11-stable/gnu/usr.bin/rcs/
H A Drcstest198 @Id: a.c 2.1 $date w s @
/freebsd-11-stable/contrib/bmake/mk/
H A Dgendirdeps.mk1 # $Id: gendirdeps.mk,v 1.37 2018/01/31 19:06:46 sjg Exp $
H A Dmeta.autodep.mk1 # $Id: meta.autodep.mk,v 1.46 2017/10/25 23:44:20 sjg Exp $
H A Dmeta.stage.mk1 # $Id: meta.stage.mk,v 1.55 2017/10/27 01:17:09 sjg Exp $
/freebsd-11-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiInternalFormRepresentation.h904 EFI_IMAGE_ID Id; member in struct:_EFI_IFR_IMAGE
1840 EFI_ANIMATION_ID Id; member in struct:_EFI_IFR_ANIMATION
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp482 for (const auto Id : M.ImportIds)
483 Result->addImport(M.ModuleName, Id);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp361 #define GENERIC_IMAGE_TYPE(ImgType, Id) case TST_##ImgType##_t:
558 #define GENERIC_IMAGE_TYPE(ImgType, Id) \
H A DSemaExpr.cpp1976 Sema::DecomposeUnqualifiedId(const UnqualifiedId &Id, argument
1980 if (Id.getKind() == UnqualifiedIdKind::IK_TemplateId) {
1981 Buffer.setLAngleLoc(Id.TemplateId->LAngleLoc);
1982 Buffer.setRAngleLoc(Id.TemplateId->RAngleLoc);
1984 ASTTemplateArgsPtr TemplateArgsPtr(Id.TemplateId->getTemplateArgs(),
1985 Id.TemplateId->NumArgs);
1988 TemplateName TName = Id.TemplateId->Template.get();
1989 SourceLocation TNameLoc = Id.TemplateId->TemplateNameLoc;
1993 NameInfo = GetNameFromUnqualifiedId(Id);
2275 SourceLocation TemplateKWLoc, UnqualifiedId &Id,
2274 ActOnIdExpression(Scope *S, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, UnqualifiedId &Id, bool HasTrailingLParen, bool IsAddressOfOperand, CorrectionCandidateCallback *CCC, bool IsInlineAsmIdentifier, Token *KeywordReplacement) argument
[all...]
H A DSemaOpenMP.cpp2372 const DeclarationNameInfo &Id,
2374 LookupResult Lookup(*this, Id, LookupOrdinaryName);
2384 CorrectTypo(Id, LookupOrdinaryName, CurScope, nullptr, CCC,
2390 << Id.getName());
2393 Diag(Id.getLoc(), Lookup.empty() ? diag::err_undeclared_var_use
2395 << Id.getName();
2399 Diag(Id.getLoc(), diag::err_omp_expected_var_arg) << Id.getName();
2408 Diag(Id.getLoc(), diag::err_omp_global_var_arg)
2425 Diag(Id
[all...]
H A DSemaType.cpp1657 #define GENERIC_IMAGE_TYPE(ImgType, Id) \
1661 Result = Context.Id##WOTy; \
1664 Result = Context.Id##RWTy; \
1667 Result = Context.Id##ROTy; \
7352 UnqualifiedId Id; local
7353 Id.setIdentifier(Attr.getArgAsIdent(0)->Ident, Attr.getLoc());
7356 Id, /*HasTrailingLParen=*/false,
7537 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \
7538 case BuiltinType::Id: \
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp395 IdentifierInfo *Id = Result.Identifier; local
418 Id, IdLoc, ConstraintExpr);
H A DParseDeclCXX.cpp1165 IdentifierInfo *Id = Tok.getIdentifierInfo(); local
1173 if (!Actions.DiagnoseUnknownTemplateName(*Id, IdLoc, getCurScope(),
1176 << Id;
1189 TemplateName.setIdentifier(Id, IdLoc);
1214 *Id, IdLoc, getCurScope(), &SS, /*isClassName=*/true, false, nullptr,
H A DParseExpr.cpp1472 #define GENERIC_IMAGE_TYPE(ImgType, Id) case tok::kw_##ImgType##_t:
2045 IdentifierInfo *Id = Tok.getIdentifierInfo(); local
2047 Name.setIdentifier(Id, Loc);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp5330 int64_t Id = getParser().getTok().getIntVal();
5331 if (Id <= -1U && !isValidMCLOHType(Id))
5333 Kind = (MCLOHType)Id;
5338 int Id = MCLOHNameToId(Name); local
5340 if (Id == -1)
5342 Kind = (MCLOHType)Id;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2235 StringRef Id;
2249 Id = StringRef(Buf[0].getLoc().getPointer(),
2254 Id = Buf[0].getIdentifier();
2260 if (!Id.empty()) {
2261 MCSymbol *Sym = this->getContext().getOrCreateSymbol(Id);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2074 unsigned Id = RC->getID();
2075 unsigned RP = RegPressure[Id];
2078 << RegLimit[Id] << '\n');
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1746 unsigned Id = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue(); local
1747 switch (Id) {
1772 unsigned Id = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); local
1773 switch (Id) {
4111 unsigned Id = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); local
4112 switch (Id) {
6416 unsigned Id = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); local
6417 switch (Id) {
6546 unsigned Id = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); local
6547 switch (Id) {
6646 unsigned Id = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h5204 size_t Id = 0;
5207 Id *= 36;
5208 Id += static_cast<size_t>(look() - '0');
5210 Id *= 36;
5211 Id += static_cast<size_t>(look() - 'A') + 10;
5213 *Out = Id;

Completed in 377 milliseconds

<<11121314