Home
last modified time | relevance | path

Searched defs:Sig (Results 1 – 24 of 24) sorted by relevance

/external/compiler-rt/test/esan/TestCases/
Dworkingset-signal-posix.cpp13 static void SignalHandler(int Sig) { in SignalHandler()
21 static void SigactionHandler(int Sig, siginfo_t *Info, void *Ctx) { in SigactionHandler()
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DInfoStreamBuilder.h42 Optional<uint32_t> Sig; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DInfoStreamBuilder.cpp41 void InfoStreamBuilder::addFeature(PdbRaw_FeatureSig Sig) { in addFeature()
DInfoStream.cpp58 PdbRaw_FeatureSig Sig; in reload() local
DPDBFileBuilder.cpp336 Optional<uint32_t> Sig = Info->getSignature(); in commit() local
/external/llvm/lib/DebugInfo/PDB/
DPDBSymbolTypeFunctionSig.cpp30 const PDBSymbolTypeFunctionSig &Sig) in FunctionArgEnumerator()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolTypeFunctionSig.cpp31 const PDBSymbolTypeFunctionSig &Sig) in FunctionArgEnumerator()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DDebugInlineeLinesSubsection.cpp85 InlineeLinesSignature Sig = InlineeLinesSignature::Normal; in commit() local
/external/swiftshader/src/Reactor/
DCoroutine.hpp192 using Sig = Nucleus::CoroutineBegin<Arguments...>; in operator ()() typedef
/external/llvm/utils/TableGen/
DIntrinsicEmitter.cpp209 std::vector<unsigned char> &Sig) { in EncodeFixedValueType()
243 std::vector<unsigned char> &Sig) { in EncodeFixedType()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DIntrinsicEmitter.cpp227 std::vector<unsigned char> &Sig) { in EncodeFixedValueType()
262 std::vector<unsigned char> &Sig) { in EncodeFixedType()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp153 WasmYAML::Signature Sig; in dump() local
/external/turbine/java/com/google/turbine/bytecode/sig/
DSig.java24 public class Sig { class
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp351 std::string Sig; in getSignature() local
464 std::string Sig = getSignature(CalleeFTy); in getInvokeWrapper() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2wasm.cpp258 for (const WasmYAML::Signature &Sig : Section.Signatures) { in writeSectionContent() local
/external/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp1061 const auto *Sig = Target.sig; in CallDirect() local
1094 const auto *Sig = this->Module->GetImportSignature(Index); in CallImport() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp686 wasm::WasmSignature Sig; in parseTypeSection() local
/external/clang/lib/CodeGen/
DTargetInfo.cpp1005 unsigned Sig = (0xeb << 0) | // jmp rel8 in getUBSanFunctionSignature() local
2093 unsigned Sig; in getUBSanFunctionSignature() local
/external/clang/include/clang/AST/
DDecl.h3539 void setSignatureAsWritten(TypeSourceInfo *Sig) { SignatureAsWritten = Sig; } in setSignatureAsWritten()
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp1206 typedef Sig_ Sig; typedef in deqp::gls::BuiltinPrecisionTests::Func
1340 typedef typename Alternatives::Sig Sig; typedef in deqp::gls::BuiltinPrecisionTests::Alternatives
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp1530 typedef Sig_ Sig; typedef in vkt::shaderexecutor::Func
1678 typedef typename Alternatives::Sig Sig; typedef in vkt::shaderexecutor::Alternatives
/external/python/cpython3/Lib/test/
Dtest_argparse.py51 class Sig(object): class
/external/python/cpython2/Lib/test/
Dtest_argparse.py61 class Sig(object): class
/external/clang/lib/Sema/
DSemaExpr.cpp11966 TypeSourceInfo *Sig = GetTypeForDeclarator(ParamInfo, CurScope); in ActOnBlockArguments() local