HomeSort by relevance Sort by last modified time
    Searched refs:Arg (Results 76 - 100 of 240) sorted by null

1 2 34 5 6 7 8 910

  /external/clang/include/clang/Driver/
Option.h 20 class Arg;
53 /// concrete Arg instances, each of which corresponds to a
186 /// new Arg instance, or 0 if the option does not accept this
196 Arg *accept(const ArgList &Args, unsigned &Index, unsigned ArgSize) const;
Action.h 19 class Arg;
97 const Arg &Input;
99 InputAction(const Arg &_Input, types::ID _Type);
101 const Arg &getInputArg() const { return Input; }
  /external/clang/lib/Sema/
AttributeList.cpp 98 SourceLocation TokLoc, int Arg) {
99 Expr *IArg = IntegerLiteral::Create(C, llvm::APInt(32, (uint64_t) Arg),
SemaTemplateInstantiate.cpp 744 void RememberPartiallySubstitutedPack(TemplateArgument Arg) {
745 if (Arg.isNull())
754 TemplateArgs.setArgument(Depth, Index, Arg);
    [all...]
SemaChecking.cpp 382 Expr *Arg = TheCall->getArg(PtrArgNum);
383 if (ImplicitCastExpr *ICE = dyn_cast<ImplicitCastExpr>(Arg))
384 Arg = ICE->getSubExpr();
385 ExprResult RHS = DefaultFunctionArrayLvalueConversion(Arg);
395 if (DiagnoseAssignmentResult(ConvTy, Arg->getLocStart(), LHSTy, RHSTy,
513 if (const Expr *Arg = Args[ArgIdx])
514 variadicArgumentPODCheck(Arg, CallType);
868 ExprResult Arg = TheCall->getArg(i);
869 Arg = PerformCopyInitialization(Entity, SourceLocation(), Arg);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 172 SDValue Arg = DAG.getLoad(MVT::i32, dl, Chain, FIPtr,
175 InVals.push_back(Arg);
210 SDValue Arg = DAG.getCopyFromReg(Chain, dl, VReg, MVT::i32);
212 Arg = DAG.getNode(ISD::BITCAST, dl, MVT::f32, Arg);
214 Arg = DAG.getNode(ISD::AssertSext, dl, MVT::i32, Arg,
216 Arg = DAG.getNode(ISD::TRUNCATE, dl, VA.getLocVT(), Arg);
218 InVals.push_back(Arg);
    [all...]
  /external/clang/lib/Driver/
Driver.cpp 15 #include "clang/Driver/Arg.h"
87 Arg *A = *it;
107 phases::ID Driver::getFinalPhase(const DerivedArgList &DAL, Arg **FinalPhaseArg)
109 Arg *PhaseArg = 0;
149 const Arg *A = *it;
264 if (const Arg *A = Args->getLastArg(options::OPT_ccc_gcc_name))
270 if (const Arg *A = Args->getLastArg(options::OPT_target))
272 if (const Arg *A = Args->getLastArg(options::OPT_ccc_install_dir))
276 const Arg *A = *it;
280 if (const Arg *A = Args->getLastArg(options::OPT__sysroot_EQ)
    [all...]
Tools.cpp 17 #include "clang/Driver/Arg.h"
44 if (Arg *A = Args.getLastArg(options::OPT_C, options::OPT_CC))
55 if (const Arg *A = Args.getLastArg(options::OPT_dynamic,
175 const Arg &A = II.getInputArg();
237 Arg *A;
250 if (Arg *MF = Args.getLastArg(options::OPT_MF)) {
271 Arg *OutputOpt = Args.getLastArg(options::OPT_o);
307 const Arg *A = *it;
330 const Arg *A = it;
405 if (Arg *A = Args.getLastArg(options::OPT_I_)
    [all...]
SanitizerArgs.h 12 #include "clang/Driver/Arg.h"
105 static unsigned parse(const Driver &D, const Arg *A, bool DiagnoseErrors) {
120 static bool parse(const Driver &D, const ArgList &Args, const Arg *A,
175 llvm_unreachable("arg list didn't provide expected value");
182 static std::string describeSanitizeArg(const ArgList &Args, const Arg *A,
191 llvm_unreachable("arg didn't provide expected value");
  /external/clang/lib/StaticAnalyzer/Checkers/
GenericTaintChecker.cpp 71 static SymbolRef getPointedToSymbol(CheckerContext &C, const Expr *Arg);
353 const Expr* Arg = CE->getArg(ArgNum);
354 SymbolRef Sym = getPointedToSymbol(C, Arg);
428 const Expr* Arg) {
430 SVal AddrVal = State->getSVal(Arg->IgnoreParens(), C.getLocationContext());
439 dyn_cast<PointerType>(Arg->getType().getCanonicalType().getTypePtr());
488 const Expr *Arg = CE->getArg(i);
490 const Type *ArgTy = Arg->getType().getTypePtr();
493 || (ArgTy->isReferenceType() && !Arg->getType().isConstQualified()))
514 // If argument 0 (file descriptor) is tainted, all arguments except for arg
    [all...]
  /external/clang/include/clang/AST/
CommentSema.h 116 StringRef Arg);
121 StringRef Arg);
134 StringRef Arg);
148 StringRef Arg);
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARC.h 301 if (const Argument *Arg = dyn_cast<Argument>(Op))
302 if (Arg->hasByValAttr() ||
303 Arg->hasNestAttr() ||
304 Arg->hasStructRetAttr())
  /external/regex-re2/re2/testing/
re2_arg_test.cc 8 // supported by RE2::Arg class
96 RE2::Arg arg(&r); \
98 bool retval = arg.Parse(p, strlen(p)); \
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
CGCUDANV.cpp 87 assert(isa<llvm::PointerType>(V->getType()) && "Arg type not PointerType");
116 llvm::Value *Arg = CGF.Builder.CreatePointerCast(CGF.CurFn, CharPtrTy);
117 CGF.EmitRuntimeCallOrInvoke(cudaLaunchFn, Arg);
  /external/clang/lib/AST/
CommentSema.cpp 206 StringRef Arg) {
208 std::string ArgLower = Arg.lower();
261 StringRef Arg) {
272 Arg);
303 StringRef Arg) {
310 Arg);
321 if (resolveTParamReference(Arg, TemplateParameters, &Position)) {
324 TemplateParameterDocs.find(Arg);
328 << Arg << ArgRange;
333 TemplateParameterDocs[Arg] = Command
    [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 78 bool isSafeToPromoteArgument(Argument *Arg, bool isByVal) const;
221 static bool AllCallersPassInValidPointerForArgument(Argument *Arg) {
222 Function *Callee = Arg->getParent();
225 Function::arg_iterator(Arg));
309 bool ArgPromotion::isSafeToPromoteArgument(Argument *Arg, bool isByVal) const {
313 if (Arg->use_empty())
338 if (isByVal || AllCallersPassInValidPointerForArgument(Arg))
343 BasicBlock *EntryBlock = Arg->getParent()->begin();
352 if (V == Arg) {
353 // This load actually loads (part of) Arg? Check the indices then
    [all...]
IPConstantPropagation.cpp 106 Function::arg_iterator Arg = F.arg_begin();
108 ++i, ++AI, ++Arg) {
119 } else if (*AI == &*Arg) {
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 14 #include "clang/Driver/Arg.h"
67 if (Arg *A = Args.getLastArg(options::OPT_O_Group)) {
85 if (Arg *A = Args.getLastArg(options::OPT_O_Group)) {
103 Arg *A = *I;
127 if (Arg *A = Args.getLastArg(OPT_analyzer_store)) {
143 if (Arg *A = Args.getLastArg(OPT_analyzer_constraints)) {
159 if (Arg *A = Args.getLastArg(OPT_analyzer_output)) {
175 if (Arg *A = Args.getLastArg(OPT_analyzer_purge)) {
191 if (Arg *A = Args.getLastArg(OPT_analyzer_inlining_mode)) {
231 const Arg *A = *it
    [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 100 const ISD::InputArg &Arg = Ins[i];
103 if (Info->ShaderType == ShaderType::PIXEL && !Arg.Flags.isInReg()) {
107 if (!Arg.Used) {
118 if (Arg.VT.isVector()) {
119 ISD::InputArg NewArg = Arg;
121 NewArg.VT = Arg.VT.getVectorElementType();
126 Type *ParamType = FType->getParamType(Arg.OrigArgIndex);
135 Splits.push_back(Arg);
179 const ISD::InputArg &Arg = Ins[i];
180 if (Arg.VT.isVector())
    [all...]
  /frameworks/compile/slang/
llvm-rs-cc.cpp 24 #include "clang/Driver/Arg.h"
55 using clang::driver::Arg;
69 static void ExpandArgsFromBuf(const char *Arg,
215 const Arg *A = *it;
224 if (const Arg *A = Args->getLastArg(OPT_M_Group)) {
242 if (const Arg *A = Args->getLastArg(OPT_Output_Type_Group)) {
515 static void ExpandArgsFromBuf(const char *Arg,
518 const char *FName = Arg + 1;
522 ArgVector.push_back(SaveStringInSet(SavedStrings, Arg));
578 const char *Arg = argv[i]
    [all...]
  /external/clang/include/clang/Sema/
Template.h 87 TemplateArgument Arg) {
92 = Arg;
150 DeducedTemplateArgument(const TemplateArgument &Arg,
152 : TemplateArgument(Arg), DeducedFromArrayBound(DeducedFromArrayBound) { }
230 /// partially substituted per C++0x [temp.arg.explicit]p9.
335 /// (C++0x [temp.arg.explicit]p9).
  /external/compiler-rt/lib/ubsan/
ubsan_diag.cc 95 static void renderText(const char *Message, const Diag::Arg *Args) {
106 const Diag::Arg &A = Args[*++Msg - '0'];
161 const Diag::Arg *Args) {
  /external/llvm/examples/Kaleidoscope/Chapter2/
toy.cpp 188 ExprAST *Arg = ParseExpression();
189 if (!Arg) return 0;
190 Args.push_back(Arg);
  /external/clang/tools/libclang/
CIndexUSRs.cpp 131 void VisitTemplateArgument(const TemplateArgument &Arg);
729 void USRGenerator::VisitTemplateArgument(const TemplateArgument &Arg) {
730 switch (Arg.getKind()) {
735 Visit(Arg.getAsDecl());
745 VisitTemplateName(Arg.getAsTemplateOrTemplatePattern());
753 Out << 'p' << Arg.pack_size();
754 for (TemplateArgument::pack_iterator P = Arg.pack_begin(), PEnd = Arg.pack_end();
760 VisitType(Arg.getAsType());
765 VisitType(Arg.getIntegralType())
    [all...]

Completed in 923 milliseconds

1 2 34 5 6 7 8 910