/prebuilts/go/linux-x86/src/regexp/ |
exec.go | 290 t = m.add(q, i.Arg, pos, cap, cond, t) 292 if syntax.EmptyOp(i.Arg)&^cond == 0 { 298 if int(i.Arg) < len(cap) { 299 opos := cap[i.Arg] 300 cap[i.Arg] = pos 302 cap[i.Arg] = opos 348 if pos == 0 && syntax.EmptyOp(inst.Arg)&^flag == 0 && 397 if syntax.EmptyOp(inst.Arg)&^flag != 0 { 402 if int(inst.Arg) < len(m.matchcap) { 403 m.matchcap[inst.Arg] = po [all...] |
/external/llvm/examples/Kaleidoscope/Chapter5/ |
toy.cpp | 289 if (auto Arg = ParseExpression()) 290 Args.push_back(std::move(Arg)); 757 for (auto &Arg : F->args()) 758 Arg.setName(Args[Idx++]); 778 for (auto &Arg : TheFunction->args()) 779 NamedValues[Arg.getName()] = &Arg;
|
/external/clang/lib/CodeGen/ |
CGStmt.cpp | [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/ |
inst.go | 125 type Args [4]Arg 127 // An Arg is a single instruction argument, 129 type Arg interface { 134 // Note that the implements of Arg that follow are all sized 412 func isReg(a Arg) bool { 417 func isSegReg(a Arg) bool { 422 func isMem(a Arg) bool { 427 func isImm(a Arg) bool { 432 func regBytes(a Arg) int {
|
/prebuilts/go/linux-x86/src/cmd/internal/rsc.io/x86/x86asm/ |
inst.go | 125 type Args [4]Arg 127 // An Arg is a single instruction argument, 129 type Arg interface { 134 // Note that the implements of Arg that follow are all sized 412 func isReg(a Arg) bool { 417 func isSegReg(a Arg) bool { 422 func isMem(a Arg) bool { 427 func isImm(a Arg) bool { 432 func regBytes(a Arg) int {
|
/external/clang/lib/Index/ |
USRGeneration.cpp | 145 void VisitTemplateArgument(const TemplateArgument &Arg); 774 void USRGenerator::VisitTemplateArgument(const TemplateArgument &Arg) { 775 switch (Arg.getKind()) { 780 Visit(Arg.getAsDecl()); 790 VisitTemplateName(Arg.getAsTemplateOrTemplatePattern()); 798 Out << 'p' << Arg.pack_size(); 799 for (const auto &P : Arg.pack_elements()) 804 VisitType(Arg.getAsType()); 809 VisitType(Arg.getIntegralType()); 810 Out << Arg.getAsIntegral() [all...] |
/external/clang/lib/Parse/ |
ParseTemplate.cpp | [all...] |
/external/llvm/lib/Target/BPF/ |
BPFISelLowering.cpp | 293 for (auto &Arg : Outs) { 294 ISD::ArgFlagsTy Flags = Arg.Flags; 309 // Walk arg assignments 312 SDValue Arg = OutVals[i]; 321 Arg = DAG.getNode(ISD::SIGN_EXTEND, CLI.DL, VA.getLocVT(), Arg); 324 Arg = DAG.getNode(ISD::ZERO_EXTEND, CLI.DL, VA.getLocVT(), Arg); 327 Arg = DAG.getNode(ISD::ANY_EXTEND, CLI.DL, VA.getLocVT(), Arg); [all...] |
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_dataflow.c | 106 unsigned int arg; local 108 for(arg = 0; arg < 3; ++arg) { 112 GET_SWZ(inst->RGB.Arg[arg].Swizzle, chan); 114 GET_SWZ(inst->Alpha.Arg[arg].Swizzle, chan); 116 inst->RGB.Arg[arg].Source) [all...] |
/external/llvm/include/llvm/Analysis/ |
LoopInfo.h | 519 LoopInfoBase(LoopInfoBase &&Arg) 520 : BBMap(std::move(Arg.BBMap)), 521 TopLevelLoops(std::move(Arg.TopLevelLoops)) { 523 Arg.TopLevelLoops.clear(); 665 LoopInfo(LoopInfo &&Arg) : BaseT(std::move(static_cast<BaseT &>(Arg))) {}
|
LazyCallGraph.h | 377 bool operator==(const postorder_scc_iterator &Arg) const { 378 return G == Arg.G && C == Arg.C;
|
CFLAliasAnalysis.h | 36 CFLAAResult(CFLAAResult &&Arg);
|
GlobalsModRef.h | 78 GlobalsAAResult(GlobalsAAResult &&Arg);
|
/external/protobuf/src/google/protobuf/stubs/ |
map_util.h | 459 // and the given "arg". 460 template <class Collection, class Arg> 464 const Arg& arg) { 472 ret.first->second = new Element(arg); 515 template <class Collection, class Arg> 520 const Arg& arg) { 525 ret.first->second.reset(new typename Value::element_type(arg)); 554 template <class Collection, class Arg> [all...] |
/prebuilts/go/darwin-x86/src/cmd/trace/ |
main.go | 65 programBinary = flag.Arg(0) 66 traceFile = flag.Arg(1) 94 tracef, err := os.Open(flag.Arg(1))
|
/prebuilts/go/linux-x86/src/cmd/trace/ |
main.go | 65 programBinary = flag.Arg(0) 66 traceFile = flag.Arg(1) 94 tracef, err := os.Open(flag.Arg(1))
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
UnixAPIChecker.cpp | 53 const Expr *arg, 99 const Expr *Arg = CE->getArg(2); 100 QualType QT = Arg->getType(); 104 Arg->getSourceRange()); 232 const Expr *arg, 246 report->addRange(arg->getSourceRange()); 247 bugreporter::trackNullOrUndefValue(N, arg, *report); 267 const Expr *arg = CE->getArg(sizeArg); local 268 SVal argVal = state->getSVal(arg, C.getLocationContext()); 275 (void) ReportZeroByteAllocation(C, falseState, arg, fn) 295 const Expr *arg = CE->getArg(i); local [all...] |
/external/llvm/lib/Analysis/ |
MemoryBuiltins.cpp | 227 // If malloc call's arg can be determined to be a multiple of ElementSize, 484 ConstantInt *Arg= dyn_cast<ConstantInt>(CS.getArgument(FnData->FstParam)); 485 if (!Arg) 488 APInt MaxSize = Arg->getValue().zextOrSelf(IntTyBits); 495 ConstantInt *Arg = dyn_cast<ConstantInt>(CS.getArgument(FnData->FstParam)); 496 if (!Arg) 499 APInt Size = Arg->getValue().zextOrSelf(IntTyBits); 504 Arg = dyn_cast<ConstantInt>(CS.getArgument(FnData->SndParam)); 505 if (!Arg) 508 Size *= Arg->getValue().zextOrSelf(IntTyBits) [all...] |
AliasAnalysis.cpp | 55 AAResults::AAResults(AAResults &&Arg) : AAs(std::move(Arg.AAs)) { 60 AAResults &AAResults::operator=(AAResults &&Arg) { 61 AAs = std::move(Arg.AAs);
|
/external/llvm/tools/llvm-stress/ |
llvm-stress.cpp | 52 bool parse(Option &O, StringRef, StringRef Arg, Type *&Value) { 54 if (Arg == "half") Value = Type::getHalfTy(Context); 55 else if (Arg == "fp128") Value = Type::getFP128Ty(Context); 56 else if (Arg == "x86_fp80") Value = Type::getX86_FP80Ty(Context); 57 else if (Arg == "ppc_fp128") Value = Type::getPPC_FP128Ty(Context); 58 else if (Arg == "x86_mmx") Value = Type::getX86_MMXTy(Context); 59 else if (Arg.startswith("i")) { 61 Arg.drop_front().getAsInteger(10, N); 67 return O.error("Invalid IR scalar type: '" + Arg + "'!"); 632 for (auto &arg : F->args() [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
concept_check.hpp | 322 BOOST_concept(UnaryFunction,(Func)(Return)(Arg)) 329 f(arg); // "priming the pump" this way keeps msvc6 happy (ICE) 330 Return r = f(arg); 336 f(arg); 343 // (warning: non-static reference "const double& boost::UnaryFunction<YourClassHere>::arg" 349 Arg arg; 372 // (warning: non-static reference "const double& boost::BinaryFunction<YourClassHere>::arg" 382 BOOST_concept(UnaryPredicate,(Func)(Arg)) 385 require_boolean_expr(f(arg)); // require operator() returning boo [all...] |
/external/clang/include/clang/Driver/ |
Job.h | 119 static void printArg(llvm::raw_ostream &OS, const char *Arg, bool Quote);
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
ExecutionUtils.h | 175 static int CXAAtExitOverride(DestructorPtr Destructor, void *Arg,
|
/external/llvm/lib/Target/AMDGPU/ |
SIAnnotateControlFlow.cpp | 289 Value *Arg = handleLoopCondition(Cond, Broken, L); 294 Broken->addIncoming(*PI == BB ? Arg : Int64Zero, *PI); 297 Term->setCondition(CallInst::Create(Loop, Arg, "", Term)); 298 push(Term->getSuccessor(0), Arg);
|
/external/llvm/examples/Kaleidoscope/Chapter8/ |
toy.cpp | 286 for (const auto &Arg : Args) 287 Arg->dump(indent(out, ind + 1), ind + 1); 480 if (auto Arg = ParseExpression()) 481 Args.push_back(std::move(Arg)); [all...] |