Searched refs:Code (Results 76 - 100 of 783) sorted by relevance

1234567891011>>

/external/llvm/tools/obj2yaml/
H A DError.cpp59 return std::error_code(static_cast<int>(Code), obj2yaml_category());
/external/lzma/CPP/7zip/Compress/
H A DLzma2Encoder.h25 STDMETHOD(Code)(ISequentialInStream *inStream, ISequentialOutStream *outStream,
H A DLzmaEncoder.h26 STDMETHOD(Code)(ISequentialInStream *inStream, ISequentialOutStream *outStream,
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
H A DJITEventListener.h63 void *Code, size_t Size,
70 /// OldPtr is the address of the machine code and will be the same as the Code
62 NotifyFunctionEmitted(const Function &F, void *Code, size_t Size, const EmittedFunctionDetails &Details) argument
/external/tensorflow/tensorflow/core/util/
H A Dstream_executor_util.h45 : Status(static_cast<tensorflow::error::Code>(
/external/v8/src/
H A Dfind-and-replace-pattern.h31 friend class Code;
/external/v8/src/ic/arm/
H A Daccess-compiler-arm.cc16 Handle<Code> code) {
/external/v8/src/ic/arm64/
H A Daccess-compiler-arm64.cc16 Handle<Code> code) {
/external/v8/src/ic/ia32/
H A Daccess-compiler-ia32.cc15 Handle<Code> code) {
/external/v8/src/ic/mips/
H A Daccess-compiler-mips.cc16 Handle<Code> code) {
/external/v8/src/ic/mips64/
H A Daccess-compiler-mips64.cc16 Handle<Code> code) {
/external/v8/src/ic/ppc/
H A Daccess-compiler-ppc.cc16 Handle<Code> code) {
/external/v8/src/ic/s390/
H A Daccess-compiler-s390.cc17 Handle<Code> code) {
/external/v8/src/ic/x64/
H A Daccess-compiler-x64.cc16 Handle<Code> code) {
/external/v8/src/ic/x87/
H A Daccess-compiler-x87.cc15 Handle<Code> code) {
/external/clang/unittests/ASTMatchers/Dynamic/
H A DParserTest.cpp37 void parse(StringRef Code) { argument
40 Parser::parseExpression(Code, this, &Value, &Error);
216 std::string ParseWithError(StringRef Code) { argument
219 Parser::parseExpression(Code, &Value, &Error);
223 std::string ParseMatcherWithError(StringRef Code) { argument
225 Parser::parseMatcherExpression(Code, &Error);
296 StringRef Code = "functionDecl(hasName("; local
298 Parser::completeExpression(Code, Code.size(), nullptr, &NamedValues);
304 Code
[all...]
/external/clang/unittests/Format/
H A DFormatTestUtils.h23 inline std::string messUp(llvm::StringRef Code) { argument
24 std::string MessedUp(Code.str());
/external/giflib/
H A Dgif_hash.c63 void _InsertHashTable(GifHashTableType *HashTable, uint32_t Key, int Code) argument
79 HTable[HKey] = HT_PUT_KEY(Key) | HT_PUT_CODE(Code);
84 Returns the Code if key was found, -1 if not. *
/external/llvm/include/llvm/MC/
H A DMCWin64EH.h1 //===- MCWin64EH.h - Machine Code Win64 EH support --------------*- C++ -*-===//
34 static WinEH::Instruction PushMachFrame(MCSymbol *L, bool Code) { argument
35 return WinEH::Instruction(UOP_PushMachFrame, L, -1, Code ? 1 : 0);
/external/llvm/lib/Transforms/Utils/
H A DCmpInstAnalysis.cpp72 Value *llvm::getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS, argument
74 switch (Code) {
/external/opencv/cxcore/include/
H A Dcxerror.h141 #define CV_ERROR( Code, Msg ) \
143 cvError( (Code), cvFuncName, Msg, __FILE__, __LINE__ ); \
/external/protobuf/src/google/protobuf/stubs/
H A Dstatus.cc41 inline string CodeEnumToString(error::Code code) {
92 Status::Status(error::Code error_code, StringPiece error_message)
/external/swiftshader/third_party/subzero/runtime/
H A Dszrt_asm_arm32.s3 ## The Subzero Code Generator
H A Dszrt_asm_mips32.s3 ## The Subzero Code Generator
H A Dszrt_asm_x8664.s3 ## The Subzero Code Generator

Completed in 336 milliseconds

1234567891011>>