HomeSort by: relevance | last modified time | path
    Searched defs:CS (Results 1 - 25 of 60) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CFGStmtMap.cpp 52 Optional<CFGStmt> CS = CE.getAs<CFGStmt>();
53 if (!CS)
56 CFGBlock *&Entry = SM[CS->getStmt()];
CloneDetection.cpp 63 auto CS = cast<CompoundStmt>(S);
64 return CS->body_begin() + StartIndex;
71 auto CS = cast<CompoundStmt>(S);
72 return CS->body_begin() + EndIndex;
257 auto CS = dyn_cast<CompoundStmt>(S);
271 if (CS) {
275 for (unsigned Pos = 0; Pos < CS->size(); ++Pos) {
280 for (unsigned Length = 1; Length <= CS->size() - Pos; ++Length) {
291 createHash(SubHash), StmtSequence(CS, D, Pos, Pos + Length)));
BodyFarm.cpp 536 CompoundStmt *CS = M.makeCompound(Stmts);
557 /* Then=*/CS);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/Solaris/sys/
regset.h 18 #undef CS
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CtorUtils.cpp 72 ConstantStruct *CS = cast<ConstantStruct>(V);
73 Result.push_back(dyn_cast<Function>(CS->getOperand(1)));
97 ConstantStruct *CS = cast<ConstantStruct>(V);
98 if (isa<ConstantPointerNull>(CS->getOperand(1)))
102 if (!isa<Function>(CS->getOperand(1)))
106 ConstantInt *CI = cast<ConstantInt>(CS->getOperand(0));
  /src/external/apache2/llvm/dist/clang/lib/AST/
ScanfFormatString.cpp 32 ScanfConversionSpecifier &CS,
69 CS.setEndScanList(I);
200 ScanfConversionSpecifier CS(conversionPosition, k);
202 if (ParseScanList(H, CS, I, E))
205 FS.setConversionSpecifier(CS);
206 if (CS.consumesDataArgument() && !FS.getSuppressAssignment()
216 CS.setEndScanList(Beg + Len);
217 FS.setConversionSpecifier(CS);
226 const ScanfConversionSpecifier &CS = getConversionSpecifier();
228 if (!CS.consumesDataArgument()
    [all...]
PrintfFormatString.cpp 386 PrintfConversionSpecifier CS(conversionPosition, k);
387 FS.setConversionSpecifier(CS);
388 if (CS.consumesDataArgument() && !FS.usesPositionalArg())
398 CS.setEndScanList(Start + Len);
399 FS.setConversionSpecifier(CS);
490 if (CS.getKind() == ConversionSpecifier::cArg)
505 if (CS.isIntArg())
541 if (CS.isUIntArg())
576 if (CS.isDoubleArg()) {
594 if (CS.getKind() == ConversionSpecifier::nArg)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyLowerGlobalDtors.cpp 87 auto *CS = dyn_cast<ConstantStruct>(O);
88 if (!CS)
91 auto *Priority = dyn_cast<ConstantInt>(CS->getOperand(0));
96 Constant *DtorFunc = CS->getOperand(1);
100 Constant *Associated = CS->getOperand(2);
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_segmented_array.h 505 auto CS = F(Size);
506 DCHECK_GE(PS, CS);
507 auto SegmentsToTrim = PS - CS;
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 545 CFGStmt CS = (*Block)[Idx].castAs<CFGStmt>();
546 PostStmt Loc(CS.getStmt(), N->getLocationContext());
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
ExecutionUtils.cpp 51 ConstantStruct *CS = dyn_cast<ConstantStruct>(InitList->getOperand(I));
52 assert(CS && "Unrecognized type in llvm.global_ctors/llvm.global_dtors");
54 Constant *FuncC = CS->getOperand(1);
73 auto *Priority = cast<ConstantInt>(CS->getOperand(0));
74 Value *Data = CS->getNumOperands() == 3 ? CS->getOperand(2) : nullptr;
  /src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
ResourceManager.cpp 301 const CycleSegment &CS = R.second.CS;
302 if (!CS.size()) {
307 assert(CS.begin() == 0 && "Invalid {Start, End} cycles!");
311 BusyResources[Pipe] += CS.size();
313 Pipe, ResourceCycles(CS.size())));
319 BusyResources[ResourceRef(R.first, R.first)] += CS.size();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
ConstraintElimination.cpp 251 ConstraintSystem CS;
252 CS.addVariableRowFill(C.Coefficients);
253 CS.dump(Names);
260 ConstraintSystem CS;
349 CS.popLastConstraint();
388 if (CS.isConditionImplied(R[0].Coefficients)) {
403 if (CS.isConditionImplied(
457 Added |= CS.addVariableRowFill(Coeffs);
465 assert(CS.size() == DFSInStack.size() &&
466 "updates to CS and DFSInStack are out of sync")
    [all...]
  /src/external/cddl/osnet/dev/dtrace/x86/
regset.h 129 #define CS 15
150 #define CS 14
  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid_sqrt_macros.h 51 UINT128 CS;
78 CS.w[1] = (UINT64) (lS * lm64);
79 CS.w[0] = (UINT64) (lS - (BINARY80) CS.w[1] * l64);
114 X = CS.w[0];
117 CS.w[0] += SE;
118 if (CS.w[0] < X)
119 CS.w[1]++;
122 CS.w[0] -= SE;
123 if (CS.w[0] > X
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid_sqrt_macros.h 51 UINT128 CS;
78 CS.w[1] = (UINT64) (lS * lm64);
79 CS.w[0] = (UINT64) (lS - (BINARY80) CS.w[1] * l64);
114 X = CS.w[0];
117 CS.w[0] += SE;
118 if (CS.w[0] < X)
119 CS.w[1]++;
122 CS.w[0] -= SE;
123 if (CS.w[0] > X
    [all...]
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
gcc_compat.c 217 #define CS(x)
219 #define CS(x) [x] =
226 CS(ATTR_NONE) { 0, NULL },
227 CS(ATTR_COMPLEX) { 0, NULL },
228 CS(xxxATTR_BASETYP) { 0, NULL },
229 CS(ATTR_QUALTYP) { 0, NULL },
230 CS(ATTR_STRUCT) { 0, NULL },
231 CS(ATTR_ALIGNED) { A_0ARG|A_1ARG, "aligned" },
232 CS(GCC_ATYP_PACKED) { A_0ARG|A_1ARG, "packed" },
233 CS(GCC_ATYP_SECTION) { A_1ARG|A1_STR, "section" }
    [all...]
  /src/external/gpl3/gdb/dist/gdb/stubs/
i386-stub.c 125 CS, SS, DS, ES, FS, GS};
163 asm(" pushl %eax"); /* saved cs */
204 asm ("popl %ebx"); /* old cs */ \
230 asm (" popl %ecx"); /* cs (low 16 bits; junk in hi 16 bits). */
240 asm (" pushl %ecx"); /* cs */
257 * old cs (zero-filled to 32 bits)
  /src/external/gpl3/gdb.old/dist/gdb/stubs/
i386-stub.c 125 CS, SS, DS, ES, FS, GS};
163 asm(" pushl %eax"); /* saved cs */
204 asm ("popl %ebx"); /* old cs */ \
230 asm (" popl %ecx"); /* cs (low 16 bits; junk in hi 16 bits). */
240 asm (" pushl %ecx"); /* cs */
257 * old cs (zero-filled to 32 bits)
  /src/libexec/getty/
gettytab.h 168 #define CS gettyflags[23].value
  /src/sys/arch/sandpoint/stand/altboot/
tlp.c 279 #define CS (1U << 0) /* hold chip select */
wm.c 299 #define CS (1U << 0) /* hold chip select */
314 v |= EECD_CS; /* hold CS */
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeGPU.cpp 627 const auto *CS = D.getInnermostCapturedStmt();
629 CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true);
825 const auto *CS = D.getInnermostCapturedStmt();
827 CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true);
4024 const auto &CS = *D.getCapturedStmt(OMPD_parallel);
4064 const auto *RD = CS.getCapturedRecordDecl();
4077 auto CI = CS.capture_begin();
4092 if (CS.capture_size() > 0 ||
4123 if (CS.capture_size() > 0) {
4125 for (unsigned I = 0, E = CS.capture_size(); I < E; ++I, ++CI, ++CurField)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
JumpDiagnostics.cpp 322 auto *CS = cast<ObjCForCollectionStmt>(S);
326 BuildScopeInformation(CS->getBody(), NewParentScope);
420 CXXCatchStmt *CS = TS->getHandler(I);
425 CS->getSourceRange().getBegin()));
426 BuildScopeInformation(CS->getHandlerBlock(), NewParentScope);
680 if (CaseStmt *CS = dyn_cast<CaseStmt>(SC))
681 Loc = CS->getBeginLoc();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SafeStack.cpp 329 const CallBase &CS = *cast<CallBase>(I);
351 auto B = CS.arg_begin(), E = CS.arg_end();
354 if (!(CS.doesNotCapture(A - B) && (CS.doesNotAccessMemory(A - B) ||
355 CS.doesNotAccessMemory()))) {

Completed in 154 milliseconds

1 2 3