Searched defs:isVar (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Analysis/
H A DConsumed.cpp389 assert(isVar() || isTmp() || isState());
391 if (isVar())
415 inline bool isVar() const { return InfoType == IT_Var; } function in class:clang::consumed::PropagationInfo
448 assert(PInfo.isVar() || PInfo.isTmp());
450 if (PInfo.isVar())
583 if (PInfo.isVar()) {
640 if (!(Entry->second.isVar() || Entry->second.isTmp()))
664 if (PInfo.isVar()) {
673 else if (isTestingFunction(FunD) && PInfo.isVar()) {
/external/clang/include/clang/AST/
H A DDeclObjC.h413 void setVariadic(bool isVar) { IsVariadic = isVar; } argument
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 362 milliseconds