| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
| H A D | ELFAsmParser.cpp | 158 bool maybeParseSectionType(StringRef &TypeName); 400 bool ELFAsmParser::maybeParseSectionType(StringRef &TypeName) { in maybeParseSectionType() argument 415 TypeName = getTok().getString(); in maybeParseSectionType() 417 } else if (getParser().parseIdentifier(TypeName)) in maybeParseSectionType() 511 StringRef TypeName; in ParseSectionArguments() local 570 if (maybeParseSectionType(TypeName)) in ParseSectionArguments() 574 if (TypeName.empty()) { in ParseSectionArguments() 603 if (TypeName.empty()) { in ParseSectionArguments() 617 if (TypeName == "init_array") in ParseSectionArguments() 619 else if (TypeName == "fini_array") in ParseSectionArguments() [all …]
|
| H A D | WasmAsmParser.cpp | 234 auto TypeName = Lexer->getTok().getString(); in parseDirectiveType() local 235 if (TypeName == "function") { in parseDirectiveType() 241 } else if (TypeName == "global") in parseDirectiveType() 243 else if (TypeName == "object") in parseDirectiveType()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
| H A D | __clang_cuda_builtin_vars.h | 46 #define __CUDA_DISALLOW_BUILTINVAR_ACCESS(TypeName) \ argument 47 __attribute__((device)) TypeName() __DELETE; \ 48 __attribute__((device)) TypeName(const TypeName &) __DELETE; \ 49 __attribute__((device)) void operator=(const TypeName &) const __DELETE; \ 50 __attribute__((device)) TypeName *operator&() const __DELETE
|
| /netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
| H A D | aslpredef.c | 618 char *TypeName; in ApCheckObjectType() local 636 TypeName = "Integer"; in ApCheckObjectType() 642 TypeName = "String"; in ApCheckObjectType() 648 TypeName = "Buffer"; in ApCheckObjectType() 655 TypeName = "Package"; in ApCheckObjectType() 676 TypeName = "Reference"; in ApCheckObjectType() 683 TypeName = UtGetOpName (Op->Asl.ParseOpcode); in ApCheckObjectType() 704 PredefinedName, TypeName, AslGbl_StringBuffer); in ApCheckObjectType() 709 PredefinedName, TypeName, PackageIndex, AslGbl_StringBuffer); in ApCheckObjectType()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/ |
| H A D | ubsan_handlers_cxx.cc | 60 << TypeName(DTI.getMostDerivedTypeName()) in HandleDynamicTypeCacheMiss() 64 << TypeName(DTI.getMostDerivedTypeName()) in HandleDynamicTypeCacheMiss() 69 << TypeName(DTI.getMostDerivedTypeName()) in HandleDynamicTypeCacheMiss() 76 << DTI.getOffset() << TypeName(DTI.getMostDerivedTypeName()) in HandleDynamicTypeCacheMiss() 77 << TypeName(DTI.getSubobjectTypeName()) in HandleDynamicTypeCacheMiss() 143 << TypeName(DTI.getMostDerivedTypeName()); in __ubsan_handle_cfi_bad_type()
|
| H A D | ubsan_diag.h | 115 class TypeName { 118 TypeName(const char *Name) : Name(Name) {} in TypeName() function 162 Arg(TypeName TN) : Kind(AK_TypeName), String(TN.getName()) {} in Arg() 213 Diag &operator<<(TypeName TN) { return AddArg(TN); } 261 bool IsVptrCheckSuppressed(const char *TypeName);
|
| H A D | ubsan_value.h | 92 char TypeName[1]; variable 109 const char *getTypeName() const { return TypeName; } in getTypeName()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/ |
| H A D | ubsan_handlers_cxx.cc | 62 << TypeName(DTI.getMostDerivedTypeName()) in HandleDynamicTypeCacheMiss() 66 << TypeName(DTI.getMostDerivedTypeName()) in HandleDynamicTypeCacheMiss() 71 << TypeName(DTI.getMostDerivedTypeName()) in HandleDynamicTypeCacheMiss() 78 << DTI.getOffset() << TypeName(DTI.getMostDerivedTypeName()) in HandleDynamicTypeCacheMiss() 79 << TypeName(DTI.getSubobjectTypeName()) in HandleDynamicTypeCacheMiss() 144 << TypeName(DTI.getMostDerivedTypeName()); in __ubsan_handle_cfi_bad_type()
|
| H A D | ubsan_diag.h | 117 class TypeName { 120 TypeName(const char *Name) : Name(Name) {} in TypeName() function 164 Arg(TypeName TN) : Kind(AK_TypeName), String(TN.getName()) {} in Arg() 215 Diag &operator<<(TypeName TN) { return AddArg(TN); } 263 bool IsVptrCheckSuppressed(const char *TypeName);
|
| H A D | ubsan_value.h | 94 char TypeName[1]; variable 111 const char *getTypeName() const { return TypeName; } in getTypeName()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeIndex.cpp | 94 StringRef TypeName; in printTypeIndex() local 97 TypeName = TypeIndex::simpleTypeName(TI); in printTypeIndex() 99 TypeName = Types.getTypeName(TI); in printTypeIndex() 102 if (!TypeName.empty()) in printTypeIndex() 103 Printer.printHex(FieldName, TypeName, TI.getIndex()); in printTypeIndex()
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/ |
| H A D | ubsan_handlers_cxx.cpp | 61 << TypeName(DTI.getMostDerivedTypeName()) in HandleDynamicTypeCacheMiss() 65 << TypeName(DTI.getMostDerivedTypeName()) in HandleDynamicTypeCacheMiss() 70 << TypeName(DTI.getMostDerivedTypeName()) in HandleDynamicTypeCacheMiss() 77 << DTI.getOffset() << TypeName(DTI.getMostDerivedTypeName()) in HandleDynamicTypeCacheMiss() 78 << TypeName(DTI.getSubobjectTypeName()) in HandleDynamicTypeCacheMiss() 143 << TypeName(DTI.getMostDerivedTypeName()); in __ubsan_handle_cfi_bad_type()
|
| H A D | ubsan_diag.h | 116 class TypeName { 119 TypeName(const char *Name) : Name(Name) {} in TypeName() function 163 Arg(TypeName TN) : Kind(AK_TypeName), String(TN.getName()) {} in Arg() 214 Diag &operator<<(TypeName TN) { return AddArg(TN); } 259 bool IsVptrCheckSuppressed(const char *TypeName);
|
| H A D | ubsan_value.h | 93 char TypeName[1]; variable 110 const char *getTypeName() const { return TypeName; } in getTypeName()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | InheritViz.cpp | 79 std::string TypeName = Type.getAsString(); in WriteNode() local 80 Out << " [ shape=\"box\", label=\"" << llvm::DOT::EscapeString(TypeName); in WriteNode() 85 if (TypeName != CanonType.getAsString()) { in WriteNode()
|
| H A D | QualTypeNames.cpp | 20 namespace TypeName { namespace 219 return TypeName::createNestedNameSpecifier( in getFullyQualifiedNestedNameSpecifier() 226 return TypeName::createNestedNameSpecifier( in getFullyQualifiedNestedNameSpecifier() 248 return TypeName::createNestedNameSpecifier(Ctx, TD, in getFullyQualifiedNestedNameSpecifier() 252 return TypeName::createNestedNameSpecifier(Ctx, TDD->getDecl(), in getFullyQualifiedNestedNameSpecifier()
|
| /netbsd-src/sys/external/bsd/acpica/dist/tools/acpiexec/ |
| H A D | aehandlers.c | 378 char *TypeName; in AeGlobalEventHandler() local 385 TypeName = "GPE"; in AeGlobalEventHandler() 390 TypeName = "FixedEvent"; in AeGlobalEventHandler() 395 TypeName = "UNKNOWN"; in AeGlobalEventHandler() 401 TypeName, EventNumber, Device); in AeGlobalEventHandler()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/ |
| H A D | benchmark.h | 195 #define BENCHMARK_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument 196 TypeName(const TypeName&); \ 197 TypeName& operator=(const TypeName&) 199 #define BENCHMARK_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument 200 TypeName(const TypeName&) = delete; \ 201 TypeName& operator=(const TypeName&) = delete
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | DFAEmitter.cpp | 245 std::string TypeName; member in __anon14d6558b0211::CustomDfaEmitter 248 CustomDfaEmitter(const UniqueVector<ActionTuple> &Actions, StringRef TypeName) in CustomDfaEmitter() argument 249 : Actions(Actions), TypeName(TypeName) {} in CustomDfaEmitter() 373 void CustomDfaEmitter::printActionType(raw_ostream &OS) { OS << TypeName; } in printActionType()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/ |
| H A D | benchmark.h | 194 #define BENCHMARK_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument 195 TypeName(const TypeName&); \ 196 TypeName& operator=(const TypeName&) 198 #define BENCHMARK_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument 199 TypeName(const TypeName&) = delete; \ 200 TypeName& operator=(const TypeName&) = delete
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUHSAMetadataStreamer.cpp | 301 StringRef TypeName; in emitKernelArg() local 304 TypeName = cast<MDString>(Node->getOperand(ArgNo))->getString(); in emitKernelArg() 343 TypeName, BaseTypeName, AccQual, TypeQual); in emitKernelArg() 349 StringRef TypeName, in emitKernelArg() argument 356 Arg.mTypeName = std::string(TypeName); in emitKernelArg() 695 StringRef TypeName; in emitKernelArg() local 698 TypeName = cast<MDString>(Node->getOperand(ArgNo))->getString(); in emitKernelArg() 740 PointeeAlign, Name, TypeName, BaseTypeName, AccQual, TypeQual); in emitKernelArg() 746 StringRef Name, StringRef TypeName, StringRef BaseTypeName, in emitKernelArg() argument 752 if (!TypeName.empty()) in emitKernelArg() [all …]
|
| H A D | AMDGPUHSAMetadataStreamer.h | 93 StringRef Name = "", StringRef TypeName = "", 178 StringRef Name = "", StringRef TypeName = "",
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLSymbols.cpp | 63 LLVM_YAML_STRONG_TYPEDEF(StringRef, TypeName) in LLVM_YAML_IS_SEQUENCE_VECTOR() 65 LLVM_YAML_DECLARE_SCALAR_TRAITS(TypeName, QuotingType::Single) in LLVM_YAML_IS_SEQUENCE_VECTOR() 67 StringRef ScalarTraits<TypeName>::input(StringRef S, void *V, TypeName &T) { in LLVM_YAML_IS_SEQUENCE_VECTOR() 71 void ScalarTraits<TypeName>::output(const TypeName &T, void *V, in output()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | QualTypeNames.h | 66 namespace TypeName {
|
| /netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/kats/ |
| H A D | check-sums.ps1 | 5 $hash = new-object -TypeName System.Security.Cryptography.SHA256CryptoServiceProvider in hash()
|