Home
last modified time | relevance | path

Searched defs:FunctionCallInfoBaseData (Results 1 – 18 of 18) sorted by relevance

/dports/sysutils/fselect/fselect-0.7.7/cargo-crates/winapi-0.3.9/src/shared/
H A Dwindef.rs85 pub const DM_OUT_BUFFER: WORD = DM_COPY;
89 pub const DC_PAPERSIZE: DWORD = 3;
90 pub const DC_MINEXTENT: DWORD = 4;
91 pub const DC_MAXEXTENT: DWORD = 5;
94 pub const DC_SIZE: DWORD = 8;
96 pub const DC_VERSION: DWORD = 10;
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/syn-1.0.39/src/
H A Dparse_quote.rs86 use crate::parse::{Parse, ParseStream, Parser, Result};
91 pub fn parse<T: ParseQuote>(token_stream: TokenStream) -> T {
93 match parser.parse2(token_stream) {
94 Ok(t) => t,
96 }
97 }
98
99 // Not public API.
/dports/devel/llvm70/llvm-7.0.1.src/tools/llvm-xray/
H A Dxray-converter.cpp85 YAMLXRayTrace Trace;
86 const auto &FH = Records.getFileHeader();
87 Trace.Header = {FH.Version, FH.Type, FH.ConstantTSC, FH.NonstopTSC,
89 Trace.Records.reserve(Records.size());
90 for (const auto &R : Records) {
91 Trace.Records.push_back({R.RecordType, R.CPU, R.Type, R.FuncId,
92 Symbolize ? FuncIdHelper.SymbolOrNumber(R.FuncId)
93 : llvm::to_string(R.FuncId),
96 Output Out(OS, nullptr, 0);
97 Out << Trace;
/dports/devel/llvm80/llvm-8.0.1.src/test/CodeGen/SystemZ/
H A Dint-usub-10.ll85 %val = extractvalue {i32, i1} %t, 0
86 %obit = extractvalue {i32, i1} %t, 1
91 ; Check the high end of the aligned ASI range.
92 define zeroext i1 @f6(i32 *%base) {
94 ; CHECK: alsi 524284(%r2), -1
95 ; CHECK: ipm [[REG:%r[0-5]]]
96 ; CHECK: afi [[REG]], -536870912
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DGVN.cpp86 using namespace llvm;
87 using namespace llvm::gvn;
89 using namespace PatternMatch;
93 STATISTIC(NumGVNInstr, "Number of instructions deleted");
94 STATISTIC(NumGVNLoad, "Number of loads deleted");
95 STATISTIC(NumGVNPRE, "Number of instructions PRE'd");
96 STATISTIC(NumGVNBlocks, "Number of blocks merged");
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/include/
H A Dfmgr.h85 typedef struct FunctionCallInfoBaseData struct
96 } FunctionCallInfoBaseData; argument
/dports/databases/postgresql14-server/postgresql-14.1/src/include/
H A Dfmgr.h85 typedef struct FunctionCallInfoBaseData struct
96 } FunctionCallInfoBaseData; argument
/dports/databases/postgresql14-docs/postgresql-14.1/src/include/
H A Dfmgr.h85 typedef struct FunctionCallInfoBaseData struct
96 } FunctionCallInfoBaseData; argument
/dports/databases/postgresql14-plpython/postgresql-14.1/src/include/
H A Dfmgr.h85 typedef struct FunctionCallInfoBaseData struct
96 } FunctionCallInfoBaseData; argument
/dports/databases/postgresql14-plperl/postgresql-14.1/src/include/
H A Dfmgr.h85 typedef struct FunctionCallInfoBaseData struct
96 } FunctionCallInfoBaseData; typedef
/dports/audio/vorbis-tools/vorbis-tools-1.4.2/ogg123/
H A Dbuffer.c85 sigfillset(&set);
86 sigaddset(&set, SIGINT);
89 if (pthread_sigmask(SIG_BLOCK, &set, NULL) != 0)
90 DEBUG("pthread_sigmask failed");
94 void buffer_thread_cleanup (void *arg)
96 buf_t *buf = (buf_t *)arg;
97 (void)buf;
/dports/databases/postgresql14-client/postgresql-14.1/src/include/
H A Dfmgr.h85 typedef struct FunctionCallInfoBaseData struct
96 } FunctionCallInfoBaseData; argument
/dports/databases/postgresql13-contrib/postgresql-13.5/src/include/
H A Dfmgr.h85 typedef struct FunctionCallInfoBaseData struct
96 } FunctionCallInfoBaseData; argument
/dports/databases/postgresql12-docs/postgresql-12.9/src/include/
H A Dfmgr.h85 typedef struct FunctionCallInfoBaseData struct
96 } FunctionCallInfoBaseData; argument
/dports/databases/postgresql12-server/postgresql-12.9/src/include/
H A Dfmgr.h85 typedef struct FunctionCallInfoBaseData struct
96 } FunctionCallInfoBaseData; argument
/dports/databases/postgresql12-contrib/postgresql-12.9/src/include/
H A Dfmgr.h85 typedef struct FunctionCallInfoBaseData struct
96 } FunctionCallInfoBaseData; argument
/dports/databases/postgresql13-docs/postgresql-13.5/src/include/
H A Dfmgr.h85 typedef struct FunctionCallInfoBaseData struct
96 } FunctionCallInfoBaseData; argument
/dports/databases/postgresql13-plperl/postgresql-13.5/src/include/
H A Dfmgr.h85 typedef struct FunctionCallInfoBaseData struct
96 } FunctionCallInfoBaseData; argument